Loading...
Loading...
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.
npx skill4agent add jdrhyne/agent-skills jira1. Check if jira CLI is available:
→ Run: which jira
→ If found: USE CLI BACKEND
2. If no CLI, check for Atlassian MCP:
→ Look for mcp__atlassian__* tools
→ If available: USE MCP BACKEND
3. If neither available:
→ GUIDE USER TO SETUP| Backend | When to Use | Reference |
|---|---|---|
| CLI | | |
| MCP | Atlassian MCP tools available | |
| None | Neither available | Guide to install CLI |
Skip this section if using MCP backend.
| Intent | Command |
|---|---|
| View issue | |
| List my issues | |
| My in-progress | |
| Create issue | |
| Move/transition | |
| Assign to me | |
| Unassign | |
| Add comment | |
| Open in browser | |
| Current sprint | |
| Who am I | |
Skip this section if using CLI backend.
| Intent | MCP Tool |
|---|---|
| Search issues | |
| View issue | |
| Create issue | |
| Update issue | |
| Get transitions | |
| Transition | |
| Add comment | |
| User lookup | |
| List projects | |
references/mcp.md[A-Z]+-[0-9]+jira issue view KEYjira open KEYmcp__atlassian__jira_get_issuelookupJiraAccountId--no-inputTo use Jira, you need one of:
1. **jira CLI** (recommended):
https://github.com/ankitpokhrel/jira-cli
Install: brew install ankitpokhrel/jira-cli/jira-cli
Setup: jira init
2. **Atlassian MCP**:
Configure in your MCP settings with Atlassian credentials.jira issue view KEY| Task | Load Reference? |
|---|---|
| View single issue | No |
| List my tickets | No |
| Create with description | Yes — CLI needs |
| Transition issue | Yes — need transition ID workflow |
| JQL search | Yes — for complex queries |
| Link issues | Yes — MCP limitation, need script |
references/commands.mdreferences/mcp.md