jira-cli

Manage Jira tickets via Atlassian MCP with ID detection from git branches.

7|Updated Dec 5, 2023
One-click install
npx skills add https://github.com/mParticle/aquarium --skill jira-cli-mparticle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-cli
Source: https://github.com/mParticle/aquarium/tree/main/.claude/skills/jira-cli
Command: npx skills add https://github.com/mParticle/aquarium --skill jira-cli-mparticle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Jira ticket operations across multiple Atlassian MCP tools can be time-consuming and error-prone when toggling between viewing, searching, creating, updating, and commenting on tickets. This skill consolidates those actions into a single natural-language interface, providing fast, consistent outcomes.

Core Features & Use Cases

  • View and display Jira tickets with links, status, assignee, and summaries.
  • Search tickets using natural language translated to JQL, including commonly requested queries.
  • Create, update, comment on, and transition tickets with safe prompts and ID auto-detection from git branches.
  • Auto-detect ticket IDs from the current branch to streamline workflows in code and CI contexts.
  • Use cases: a developer checks MPD-123 for status; a PM creates a new story; a tester adds a comment and updates status.

Quick Start

Ask it to view ticket MPD-123 or search for open tickets in MPD.

Frequently Asked Questions about jira-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Jira tickets using natural language instead of writing JQL?

The skill automatically extracts Jira ticket IDs from your current git branch name. It detects alphanumeric patterns like project keys and ticket numbers directly from the branch to streamline workflows in code and CI contexts.

Can I create and update Jira tickets through an automated workflow?

You need Atlassian MCP tooling configured in your environment to handle the backend Jira operations. This provides the interface for the natural language queries to interact with your Atlassian instance.

Does the Jira workflow skill automatically detect ticket IDs from git branches?

The skill automatically extracts Jira ticket IDs from your current git branch name. It detects alphanumeric patterns like project keys and ticket numbers directly from the branch to streamline workflows in code and CI contexts.

What protections exist against accidental ticket updates in Jira automation?

The skill always prompts for user confirmation before performing destructive actions on Jira tickets. This safety mechanism prevents accidental updates, transitions, or data loss during automated workflows.