Jira Cli
JiraCli allows you to interact with your Jira instance via command-line, streamlining automation and issue 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-cli npx -- -y @trustedskills/jira-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jira-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jira-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The jira-cli skill provides command-line interface (CLI) access to Jira instances. It allows users to interact with Jira, including creating issues, retrieving issue details, and managing workflows, directly from a terminal or script. This facilitates automation of Jira tasks and integration with other tools.
When to use it
- Automated Issue Creation: Automatically create new Jira tickets based on data from external sources (e.g., monitoring alerts).
- Issue Status Updates: Update the status of existing Jira issues programmatically, for example, in response to a CI/CD pipeline event.
- Retrieving Issue Details: Quickly fetch specific information about Jira issues without navigating through the web interface.
- Workflow Management: Trigger workflow transitions on Jira issues using command-line commands.
Key capabilities
- Issue creation
- Issue retrieval
- Workflow management
- CLI access to Jira instances
Example prompts
- "Create a new Jira issue for 'Database connection error' with priority 'High'."
- "Get the details of Jira issue JIRA-123."
- "Transition Jira issue JIRA-456 to 'In Progress'."
Tips & gotchas
- Requires proper authentication credentials (API token or username/password) for your Jira instance.
- Jira project and issue keys must be correctly formatted for commands to succeed.
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.