Jira Issues
This skill allows you to create, update, and search for Jira issues directly within your chat, streamlining project management workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jira-issues npx -- -y @trustedskills/jira-issues
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jira-issues": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jira-issues"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with Jira issues. Specifically, it can retrieve issue details based on a provided key or identifier and potentially perform actions within Jira (though specific action capabilities are not detailed). It aims to streamline workflows by enabling agents to access and understand relevant Jira information directly.
When to use it
- Incident Response: Quickly pull up details of an ongoing incident from its Jira ticket for context during troubleshooting.
- Project Status Updates: Retrieve the status of specific tasks or issues within a project to provide accurate updates to stakeholders.
- Bug Tracking: Look up bug reports by ID to understand their severity, assignee, and current progress.
- Knowledge Base Integration: Link Jira issue details to internal knowledge base articles for more comprehensive information.
Key capabilities
- Retrieve Jira issue details via key/identifier.
- Access specific issue attributes (not specified in source).
Example prompts
- "What are the details of JIRA-123?"
- "Get me the status and assignee for issue KEY-456."
- “Show me information about the ticket with key PROJECT-789.”
Tips & gotchas
- Requires access to a Jira instance and appropriate permissions. The specific authentication method is not detailed in the source.
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.