Jira Create
Creates new Jira issues with specified project, issue type, summary, and optional description.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jira-create npx -- -y @trustedskills/jira-create
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jira-create": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jira-create"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to create Jira issues directly. It can populate standard fields like summary and description, streamlining issue creation from within other workflows or applications. The agent can also specify the project key and issue type when creating a new Jira ticket.
When to use it
- Automatically generate bug reports based on error logs collected by an AI monitoring tool.
- Create support tickets for user-reported problems directly from a customer service chatbot.
- Populate task lists in a project management system with issues created via agent interaction.
- Quickly create Jira tasks when an AI agent identifies a need during a conversation or analysis.
Key capabilities
- Creates new Jira issues.
- Sets the issue summary.
- Sets the issue description.
- Specifies the project key.
- Specifies the issue type.
Example prompts
- "Create a Jira ticket with the summary 'Database connection error' and description 'Unable to connect to database server.'"
- "Generate a new task in the 'PROJECT-A' project, issue type 'Task', with the title 'Review documentation'."
- “Log this incident as a bug in Jira: [paste incident details]”
Tips & gotchas
- Requires proper authentication and configuration to connect to your Jira instance. Ensure the AI agent has appropriate permissions within Jira.
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.