Back to Agent Skills
Project Management
JIRA Issue Tracking
Create, update, and transition JIRA issues from your agent context. Link commits to tickets and keep project boards in sync automatically.
Claude Code Copilot Cursor
Overview
JIRA is the most widely used issue tracking and project management tool in software development. Integrating JIRA with AI coding agents lets you manage your entire ticket lifecycle, from creation to completion, without leaving your coding environment.
Your AI agent can create new issues with proper descriptions and acceptance criteria, transition tickets through workflow states (To Do, In Progress, In Review, Done), add comments with technical details, and link commits to JIRA issues using conventional commit prefixes. This keeps your project board automatically synchronized with your development progress.
The integration is especially valuable for teams with strict project management processes. Instead of context-switching to update JIRA after every task, your agent handles the bookkeeping. It can also query the board for your next prioritized task, pull acceptance criteria to understand requirements, and update story point estimates based on actual development effort.
Your AI agent can create new issues with proper descriptions and acceptance criteria, transition tickets through workflow states (To Do, In Progress, In Review, Done), add comments with technical details, and link commits to JIRA issues using conventional commit prefixes. This keeps your project board automatically synchronized with your development progress.
The integration is especially valuable for teams with strict project management processes. Instead of context-switching to update JIRA after every task, your agent handles the bookkeeping. It can also query the board for your next prioritized task, pull acceptance criteria to understand requirements, and update story point estimates based on actual development effort.
Who Is This For?
- Developers creating and updating JIRA tickets without leaving the editor
- Teams automatically linking git commits to JIRA issues
- Scrum masters querying sprint progress through AI agents
- Engineers pulling acceptance criteria from JIRA while implementing features
Installation
Setup for Claude Code
npm install -g jira-cli
Or use the JIRA REST API directly via Claude Code's fetch capabilities Configuration
JIRA_BASE_URL=https://your-org.atlassian.net
JIRA_EMAIL=your-email@company.com
JIRA_API_TOKEN=your-jira-api-token
# Generate API token at: https://id.atlassian.com/manage-profile/security/api-tokens Related Skills
Project Management
Notion MCP Server
Access and manage Notion pages, databases, and project wikis directly from your AI coding agent via the Model Context Protocol.
Claude Code Cursor
Project Management Slack MCP Integration
Send messages, read channels, and post updates to Slack directly from your AI agent without switching context.
Claude Code Cursor
Project Management Development Time Tracking
Track time spent on coding tasks and generate detailed reports. Understand where development hours go across projects and features.
Claude Code Cursor