Track and manage Jira tickets from Claude Code.
## Jira MCP Server Skill
A skill that integrates Jira with Claude Code via MCP.
### Configuration
```json
{
"mcpServers": {
"jira": {
"command": "npx",
"args": ["-y", "@mcp/jira-server"],
"env": {
"JIRA_API_KEY": "${env:JIRA_API_KEY}"
}
}
}
}
```
### Skill Capabilities
With this skill, Claude Code can:
- Read Jira data in real-time
- Create and update Jira resources
- Automate Jira workflows
- Cross-reference with code changes
### Example Prompts
- "Show me open Jira items related to this module"
- "Create a Jira entry for this bug fix"
- "Update Jira status when tests pass"
- "Link this commit to the Jira item"
### Setup
1. Get your Jira API key
2. Add to `.claude/mcp-servers.json`
3. Set environment variable
4. Restart Claude CodeFree to copy and use. Compatible with Claude Code, Claude 4 Opus.
Copy this skill into your Claude Code project. Customize bracketed variables for your specific setup.
Initial release
claude skill install claude-code-jira-mcp-skillSign in and download this prompt to leave a review.