📋

Jira AI CLI

🌐Community
by festoinc · v1.0.0 · MITRepository

AI-friendly CLI for Jira designed for token efficiency and security. Manage issues, sprints, and projects with significantly fewer tokens than Jira MCP. Restricts AI actions to permitted operations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add jira-ai npx -- -y @trustedskills/jira-ai
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "jira-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/jira-ai"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Jira AI CLI provides an efficient and secure command-line interface for interacting with Jira instances. It minimizes token consumption by eliminating redundant context data compared to alternatives like Jira MCP, while also allowing strict control over permitted AI actions to ensure environment security. All commands output structured JSON, facilitating integration into automated workflows.

When to use it

  • Automated Issue Management: Create and manage Jira issues programmatically within an agent workflow (e.g., automatically creating tasks based on external events).
  • Hierarchical Analysis: Explore complex issue relationships using the issue tree or sprint tree commands to understand dependencies and project structure.
  • Token-Efficient Automation: When building AI agents that require frequent Jira interactions, reduce costs by minimizing token usage compared to other methods.
  • Secure API Access: Control precisely what actions your AI agent can perform within Jira using the CLI's security features.

Key capabilities

  • Context Efficiency: Reduces token consumption for Jira interactions.
  • Bullet-proof Security: Restricts AI agent actions to permitted operations.
  • JSON Output: All commands return structured JSON data.
  • Issue Hierarchy Trees: Visualize issue parent-child relationships.
  • Sprint Hierarchy Trees: View issues within a sprint organized by hierarchy.
  • Rich Issue Management: Create and manage Jira issues with detailed field support.

Example prompts

  • jira-ai issue get PROJ-123 (Retrieve details for a specific Jira issue)
  • jira-ai project list (List all projects in the connected Jira instance)
  • jira-ai sprint tree 42 --depth 4 --max-nodes 500 (Display the hierarchy of issues within sprint 42, limited to a depth of 4 and 500 nodes.)

Tips & gotchas

  • Authentication requires a JSON file or .env file containing Jira credentials (URL, email, API token). Interactive authentication is not supported.
  • Be mindful of the --depth and --max-nodes parameters when generating hierarchy trees to avoid overwhelming the system with large datasets.

Tags

Requirements

Required Binaries
node
🛡️

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.

Verified Commit51fce8c0

Installing this skill downloads the exact code at commit 51fce8c0, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
festoinc
Installs
0

🌐 Community

Passed automated security scans.

Pinned commit51fce8c0

Install command fetches the verified snapshot, not the live repository.