jira-integration

jira integration

affaan-m 232k ↓ 4.5k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Fetching a Jira ticket to understand requirements
  • Extracting testable acceptance criteria from a ticket
  • Adding progress comments to a Jira issue
  • Transitioning a ticket status (To Do → In Progress → Done)
  • Linking merge requests or branches to a Jira issue
  • Searching for issues by JQL query
  • Python 3.10+

Requirements & configuration

  • "JIRAAPITOKEN": "your-api-token"
  • To get a Jira API token:
  • 2. Click Create API token
  • 3. Copy the token — store it in your environment, never in source code
  • | JIRAAPITOKEN | API token from id.atlassian.com |

Configuration: JIRA_URLJIRA_EMAILJIRA_API_TOKENPROJ

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

jira integration

Source

Repository: https://github.com/affaan-m/everything-claude-code

jira-integration FAQ

What does the jira-integration skill do?

Use this skill when retrieving Jira tickets, analyzing requirements, updating ticket status, adding comments, or transitioning issues. Provides Jira API patterns via MCP or direct REST calls. Fetching a Jira ticket to understand requirements Extracting testable acceptance criteria from a ticket

What does jira-integration require?

"JIRAAPITOKEN": "your-api-token" To get a Jira API token: 2. Click Create API token 3. Copy the token — store it in your environment, never in source code | JIRAAPITOKEN | API token from id.atlassian.com | Configuration keys: JIRA_URL, JIRA_EMAIL, JIRA_API_TOKEN, PROJ.

How do I install jira-integration?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill jira-integration --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain jira-integration?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[jira-integration on getagentictools](https://getagentictools.com/skills/affaan-m-everything-claude-code-jira-integration?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-jira-integration

The second line is the CLI lookup for this page — handy in READMEs and docs.