Jira
This skill integrates with Jira to automate issue creation and updates based on your requests, streamlining workflow management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add srsubramanian-jira npx -- -y @trustedskills/srsubramanian-jira
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"srsubramanian-jira": {
"command": "npx",
"args": [
"-y",
"@trustedskills/srsubramanian-jira"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Jira, a popular project management tool. It can retrieve information about issues (bugs, tasks, stories), create new issues, and update existing ones based on user instructions. The agent leverages the Langchain framework for integration and Docker for deployment.
When to use it
- Issue Tracking: Automatically log bugs or feature requests found during testing into Jira.
- Project Updates: Generate summaries of project progress by querying Jira issue statuses and assignments.
- Task Creation: Create new Jira tasks based on meeting notes or user requests.
- Workflow Automation: Update the status of existing Jira issues based on external events (e.g., code deployment).
Key capabilities
- Jira Issue Retrieval
- Issue Creation
- Issue Updates
- Langchain Integration
- Docker Deployment
Example prompts
- "Create a new bug in Jira with the summary 'Login button not working' and description 'The login button on the homepage is unresponsive.'"
- "What is the status of issue JIRA-123?"
- "Update issue JIRA-456 to 'In Progress'."
Tips & gotchas
- Requires appropriate Jira API credentials (username, password or API token) configured within the agent's environment.
- Jira project keys and issue IDs are case-sensitive; ensure accuracy in prompts.
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.