researching-jira-issues
Installation
SKILL.md
Researching Jira Issues
Synthesize information, don't concatenate tool outputs. Each step below gathers raw data — the value of this skill is in connecting the dots across issues, docs, and comments into a coherent understanding that a human can act on.
Workflow
Step 1: Fetch the Main Issue
Use the get_issue MCP tool with the issue key. The tool defaults to expanding renderedFields and names, which provides HTML-rendered fields and human-readable custom field display names.
Extract and note:
- Issue type (Epic, Story, Task, Bug, Sub-task, etc.)
- Summary and description
- Current status and priority
- Assignee and reporter
- Key fields relevant to understanding the work (labels, components, sprint, etc.)
- Comments that provide important context (clarifications from stakeholders, technical decisions, implementation guidance)
- Custom fields: Surface all non-null custom fields from the Additional Fields section of the response. The
namesexpansion maps field IDs to human-readable display names automatically.