Jira
This Jira skill integrates Atlassian’s project management tool into your AI workflow, streamlining issue tracking and updates directly from chat.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jira npx -- -y @trustedskills/jira
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jira"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Jira skill enables AI agents to interact with Jira instances, allowing them to create, update, and retrieve issues, manage projects, and track progress. It provides a programmatic interface for integrating Jira workflows into agent-driven automation.
When to use it
- Automating the creation of bug reports or task tickets based on user input
- Syncing project statuses between Jira and external dashboards or tools
- Triggering issue updates in response to specific events or conditions
Key capabilities
- Create and update Jira issues
- Retrieve issue details and project information
- Manage Jira projects and workflows programmatically
Example prompts
- "Create a new Jira ticket for the 'Bug' category with summary: 'Login page not loading'."
- "Update the status of issue JIRA-123 to 'In Progress'."
- "List all open issues in the 'Development' project."
Tips & gotchas
- Ensure your AI agent has valid Jira API credentials and proper access permissions.
- Some advanced features may require specific Jira plugins or configurations.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.