jira-skill

Provides Agent Skills–compatible Jira integration for AI agents via two skills: jira-communication (Python CLI scripts for Jira API operations) and jira-syntax (Jira wiki markup syntax/templates/validation). Includes scripts for searching, issue get/update, worklogs, attachments, comments, transitions, sprints/boards, and utility functions like listing fields/users/link types.

Evaluated Mar 30, 2026 (30d ago)
Repo ↗ API Gateway ai-agent agent-skills atlassian-jira python mcp cli workflow-automation project-management
⚙ Agent Friendliness
48
/ 100
Can an agent use this?
🔒 Security
54
/ 100
Is it safe for agents?
⚡ Reliability
30
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
78
Error Messages
0
Auth Simplicity
70
Rate Limits
20

🔒 Security

TLS Enforcement
60
Auth Strength
70
Scope Granularity
20
Dep. Hygiene
60
Secret Handling
55

README indicates token-based authentication (personal/API tokens) via environment variables. It does not state TLS enforcement requirements, scope granularity, or how errors/logging treat credentials. Bandit configuration exists (skips B101/B404; tests excluded), suggesting some security scanning, but dependency/version hygiene is not evidenced here.

⚡ Reliability

Uptime/SLA
0
Version Stability
45
Breaking Changes
40
Error Recovery
35
AF Security Reliability

Best When

You want an AI agent to operate Jira through command-like skills with optional JSON output, and you can run the provided Python scripts with the right environment credentials.

Avoid When

You need a first-class MCP server, OpenAPI REST endpoints, or strong programmatic guarantees for retries/idempotency across write operations.

Use Cases

  • Search and triage Jira issues using JQL from an AI agent
  • Read/update issue fields and add comments
  • Create issues and perform workflow transitions
  • Manage worklogs (add/list)
  • Download issue attachments
  • List boards/sprints and retrieve sprint issues
  • Validate/assist Jira wiki markup formatting

Not For

  • Use as a real-time interactive Jira client UI
  • High-frequency automated workflows without considering rate limiting and pagination
  • Environments where storing Jira credentials in an env file or tokens is disallowed
  • Agents that require a single HTTP API/SDK rather than CLI-invoked scripts

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: JIRA_URL JIRA_USERNAME (for Cloud) JIRA_PERSONAL_TOKEN (for Server/DC) API token regeneration for expired tokens (per troubleshooting) Credentials via ~/.env.jira and/or --env-file
OAuth: No Scopes: No

Authentication is handled via environment variables and API tokens/personal tokens; no OAuth scope model is described in the README.

Pricing

Free tier: No
Requires CC: No

Open source (MIT license) and no usage pricing is described; Jira account/provider costs apply.

Agent Metadata

Pagination
unknown
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Credentials must be set via ~/.env.jira or --env-file and the scripts should be run from the skill directory (or with proper prefix paths).
  • Server/DC vs Cloud authentication differs (personal token vs username/email + token).
  • The plugin is invoked as CLI scripts rather than a direct API; agents must manage process execution and parsing JSON output themselves.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for jira-skill.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered