{
 "categories": [
  "project-management",
  "issue-tracking",
  "developer-tools"
 ],
 "deployment": "hybrid",
 "evidence": [
  {
   "date": "2026-08-16",
   "fact": "homepage",
   "note": "Atlassian presents Jira as its current work and project management product.",
   "source": "https://www.atlassian.com/software/jira",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "platforms",
   "note": "Atlassian maintains both Jira Cloud and Jira Data Center developer surfaces; its CLI supports Windows, macOS, and Linux clients for Jira Cloud.",
   "source": "https://developer.atlassian.com/server/jira/platform/getting-started/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "license",
   "note": "Atlassian publishes Free, Standard, Premium, and Enterprise Jira Cloud plans.",
   "source": "https://www.atlassian.com/software/jira/pricing",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.exists",
   "note": "Atlassian maintains Jira Cloud REST API v3 as the current API version.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.kinds",
   "note": "Jira Cloud API v3 is a versioned JSON REST interface with Atlassian Document Format support for rich-text fields.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.auth[0]",
   "note": "Atlassian recommends OAuth 2.0 authorization-code grants for integrations outside Forge and Connect.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.auth[1]",
   "note": "Jira Cloud supports scoped Atlassian API tokens for scripts, bots, and non-interactive REST calls instead of account passwords.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.auth[2]",
   "note": "Forge apps call Jira APIs through Atlassian-hosted authenticated fetch functions under declared scopes and user or app identity.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.api.coverage",
   "note": "The v3 catalog covers work items, projects, fields, comments, worklogs, transitions, bulk operations, dashboards, filters, permissions, audit records, application roles, and administrative configuration.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.sdk",
   "note": "Atlassian's Forge JavaScript APIs provide authenticated Jira request helpers and app-platform services for official cloud extensions.",
   "source": "https://developer.atlassian.com/platform/forge/apis-reference/product-rest-api-reference/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.sdk.languages",
   "note": "Forge applications and its requestJira interface are developed in JavaScript or TypeScript on the Atlassian platform.",
   "source": "https://developer.atlassian.com/platform/forge/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.mcp.first_party",
   "note": "Atlassian operates the remote Rovo MCP endpoint and documents direct setup for Codex, Claude, Cursor, ChatGPT, VS Code, and other MCP clients.",
   "source": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.cli.exists",
   "note": "The official Atlassian CLI provides Jira Cloud commands for work items, boards, dashboards, fields, filters, projects, sprints, and authentication.",
   "source": "https://developer.atlassian.com/cloud/acli/reference/commands/jira/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.extensibility.scripting",
   "note": "Forge apps, Jira expressions, entity properties, JQL extensions, and automation rules extend Jira workflows and data behavior.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/index/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.extensibility.webhooks",
   "note": "OAuth and Connect apps can register, refresh, inspect, and delete dynamic webhooks filtered by Jira events, fields, properties, and JQL.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.data_access.export",
   "note": "The REST API returns structured Jira JSON, and Jira Cloud provides CSV export for work-item data.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "modalities.data_access.import",
   "note": "REST operations create and update Jira resources, while Jira Cloud supports structured CSV work-item imports.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "verdict.scores.api",
   "note": "Jira Cloud API v3 is broad, documented, permission-scoped, read/write, webhook-enabled, and backed by Forge; product editions and the separate Data Center surface remain material constraints.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "verdict.scores.mcp",
   "note": "The production remote server has official OAuth and token auth, admin permission groups, and practical read, create, edit, comment, worklog, transition, project-metadata, and JQL-search tools; it is limited to Atlassian Cloud.",
   "source": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "verdict.scores.cli",
   "note": "acli is official and supports useful Jira domain commands, bulk work-item operations, OAuth and token auth, pagination, and machine-readable JSON or CSV, but does not expose the entire REST API surface.",
   "source": "https://developer.atlassian.com/cloud/acli/reference/commands/jira-board-search/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as the current Jira Cloud REST API v3 reference.",
   "source": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current first-party Rovo MCP tool inventory and permission mapping.",
   "source": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/",
   "tier": "declared"
  },
  {
   "date": "2026-08-16",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as the current official Atlassian CLI Jira command index.",
   "source": "https://developer.atlassian.com/cloud/acli/reference/commands/jira/",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-08-16",
  "volatility": "high",
  "watch": [
   {
    "type": "docs",
    "url": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/"
   },
   {
    "type": "mcp",
    "url": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/"
   },
   {
    "type": "docs",
    "url": "https://developer.atlassian.com/cloud/acli/reference/commands/jira/"
   }
  ]
 },
 "homepage": "https://www.atlassian.com/software/jira",
 "id": "jira",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": "unknown"
  },
  "api": {
   "auth": [
    "oauth2",
    "api-token",
    "forge"
   ],
   "coverage": "full",
   "docs": "https://developer.atlassian.com/cloud/jira/platform/rest/v3/",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "api-json",
    "csv"
   ],
   "import": [
    "api-json",
    "csv"
   ]
  },
  "extensibility": {
   "scripting": [
    "forge",
    "jira-expressions",
    "automation-rules"
   ],
   "webhooks": true
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Jira's REST API, Atlassian CLI, Forge, automation rules, webhooks, and first-party MCP server are safer and more stable than browser automation.",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "javascript"
   ],
   "official": true
  }
 },
 "name": "Jira",
 "platforms": [
  "web",
  "windows",
  "macos",
  "linux"
 ],
 "related": {
  "alternatives": [
   "gitlab",
   "github",
   "azure-devops"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Atlassian",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 8,
   "cli": 7,
   "computer_use": null,
   "integrations": null,
   "mcp": 8,
   "overall": 8,
   "rpa": null
  },
  "summary": "Jira Cloud has a broad, maintained automation surface. REST API v3 covers work items, projects, comments, transitions, worklogs, boards, sprints, filters, fields, permissions, audit data, bulk operations, and administration under user permissions and app scopes. OAuth 2.0 is the recommended integration flow, while scoped API tokens support personal and non-interactive automation and Forge supplies Atlassian-hosted JavaScript app execution. Dynamic webhooks and automation rules add event-driven work. The official Atlassian CLI supports Jira work items, boards, dashboards, fields, filters, projects, and sprints with bulk input and JSON or CSV output. Atlassian's cloud-hosted Rovo MCP server is a particularly strong agent path: it searches with JQL and reads, creates, edits, comments, worklogs, and transitions work items through OAuth 2.1 or API tokens, with organization-level permission groups and existing Jira permissions. Rovo MCP is Cloud-only, and Jira Data Center uses separate REST and plugin surfaces. Computer-use viability is unassessed.\n"
 }
}