Jira
JSON →Integrate with Jira's REST API to manage projects, track issues, and perform analytics.
Install
npx -y @smithery/cli Tools · 13
- create_issue Creates new Jira issues with comprehensive field support including summary, description, type, epic_link, priority, story_points, labels, sprint, and projectKey. Auto-detects story points fields and supports sprint assignment.
- list_issues Lists project issues with filtering and sorting options including status, epic_key, sortField, sortOrder, and projectKey. Features visual separators, sprint information display, and rank-based sorting.
- update_issue Updates existing issues with full field support including time tracking, issue ranking, sprint management, epic linking, intelligent assignee resolution, and dynamic component field handling.
- get_issue Retrieves detailed issue information including complete issue metadata, comments, and relationships.
- delete_issue Safely removes issues from projects.
- add_comment Adds comments to existing issues.
- get_transitions Get available workflow transitions for an issue, listing available transitions, required fields, and transition IDs.
- transition_issue Perform workflow transitions on issues (e.g., move to 'In Progress', 'Done') with support for transition by name or ID, automatic resolution setting, and comment addition.
- list_custom_fields Discover available custom fields for configuration with field discovery, configuration examples, and type classification.
- list_instances Lists available Jira instances and their configurations with instance discovery, project mappings, configuration guidance, and setup validation.
- create_component Creates feature-based project components with name, description, leadAccountId, and assigneeType parameters. Supports lead assignment and automatic issue routing.
- list_components Lists all project components with details including component categorization, lead information, and usage statistics.
- get_component_progress Comprehensive component progress tracking and analysis.
Environment variables
YOUR_PROJECT_KEYJIRA_API_TOKENJIRA_MCP_KEY
Links
★ 7 GitHub stars