fetch-jira-acceptance-criteria

Extract Jira ticket acceptance criteria from customfield_10115 and render as Markdown.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/fabiano001/claude-config --skill fetch-jira-acceptance-criteria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-jira-acceptance-criteria
Source: https://github.com/fabiano001/claude-config/tree/main/skills/fetch-jira-acceptance-criteria
Command: npx skills add https://github.com/fabiano001/claude-config --skill fetch-jira-acceptance-criteria

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill retrieves the Acceptance Criteria stored in a Jira ticket's custom field (customfield_10115), enabling precise requirements extraction when users ask to read or extract criteria from issues.

Core Features & Use Cases

  • Targeted data extraction: fetches customfield_10115 and renders its contents, including ADF-formatted panels, links, and lists.
  • Structured output: converts Jira Acc Criteria into readable Markdown for documentation, planning, or reviews.
  • Use Case: QA teams can quickly pull acceptance criteria from TRIDENT-813 to align test scenarios with ticket requirements.

Quick Start

Ask Claude to fetch the Acceptance Criteria from a Jira ticket by providing the ticket key (e.g., TRIDENT-813).

Frequently Asked Questions about fetch-jira-acceptance-criteria

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Acceptance Criteria from a Jira ticket?

To extract Acceptance Criteria from a Jira ticket, provide the ticket key to fetch the specific custom field storing the criteria and render its contents in readable Markdown.

How do I convert Jira ADF content from a custom field into Markdown?

Converting Jira ADF content into Markdown involves fetching the specified custom field from the issue and rendering its structured panels, links, and lists into readable Markdown format.

Can I retrieve acceptance criteria if it is stored in customfield_10115 in Jira?

Yes, you can retrieve acceptance criteria stored in customfield_10115 by requesting the specific Jira issue fields and extracting the ADF content for display.

What happens when a Jira ticket has no Acceptance Criteria field?

When a Jira ticket has no Acceptance Criteria field, the process returns an informative message indicating that the specific ticket lacks the required custom field data.

Does this Jira acceptance criteria extraction method work with the Atlassian MCP tool?

Yes, this extraction method works with the Atlassian MCP tool by using the getJiraIssue function to query the designated custom field and parse the ADF response into Markdown.

What is the best way to pull Jira acceptance criteria for QA test scenario alignment?

The best way to pull Jira acceptance criteria for QA test scenario alignment is to extract the custom field data from the ticket and convert the ADF formatted content into structured Markdown for documentation.