| name | jira-pm |
| description | Jira project management and issue tracking integration |
| version | 1.1.0 |
| category | Other |
| agents | ["planner","developer"] |
| tags | ["jira","project-management","tickets","agile","sprint"] |
| model | sonnet |
| invoked_by | both |
| user_invocable | true |
| tools | ["Bash","Read","WebFetch"] |
| best_practices | ["Use JQL (Jira Query Language) for precise issue searches","Verify project keys before creating issues","Use transitions to change issue status through valid workflows","Cache project metadata to reduce API calls"] |
| error_handling | graceful |
| streaming | not_supported |
| verified | true |
| lastVerifiedAt | "2026-02-22T00:00:00.000Z" |
| source | builtin |
| trust_score | 100 |
| provenance_sha | a029de1d8ebed1f1 |
Mode: Cognitive/Prompt-Driven - No standalone utility script; use via agent context.
Jira PM (Project Management) - Provides integration with Atlassian Jira for issue tracking, project management, and workflow automation. Enables 90%+ context savings over direct MCP integration.
- Issue management: search, create, update, transition
- Project discovery and metadata retrieval
- Sprint management and issue tracking
- Comment management on issues
- JQL-based advanced queries
## Environment Variables
Required:
- JIRA_URL - Base URL of your Jira instance (e.g., https://yourcompany.atlassian.net)
- JIRA_API_TOKEN - API token for authentication (generate at Jira Account Settings -> Security -> API Tokens)
- JIRA_USER_EMAIL - Email address associated with the API token
Optional:
- JIRA_DEFAULT_PROJECT - Default project key for operations (e.g., PROJ)
- JIRA_API_VERSION - API version (default: 3)
1. Authentication: All requests use Basic Auth with JIRA_USER_EMAIL and JIRA_API_TOKEN
2. Progressive Disclosure: Load only necessary issue fields to minimize API calls
3. Validation: Verify project keys and issue keys before operations
4. Error Handling: Gracefully handle rate limits, authentication errors, and invalid inputs
<tool_categories>
Issues
| Tool | Description | Confirmation Required |
|---|
| search | Search issues using JQL | No |
| get-issue | Get detailed issue information | No |
| create-issue | Create a new issue | Yes |
| update-issue | Update existing issue fields | Yes |
| transition | Change issue status/workflow state | Yes |
Projects
| Tool | Description |
|---|
| list-projects | List all accessible projects |
| project-info | Get detailed project information |
Sprints
| Tool | Description |
|---|
| active-sprint | Get currently active sprint for a board |
| sprint-issues | List all issues in a specific sprint |