Skip to content

Jira

The Jira connector indexes issues into the local SQLite index and exposes read tools for issues, boards, sprints, and epics, plus three HITL-gated write tools for creating, updating, and commenting. Jira Cloud only.


  • Service id: jira
  • Item types: issue
Terminal window
nimbus connector auth jira

Stored in the Vault as jira.base_url, jira.email, and jira.api_token and injected at spawn as JIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN. The MCP server uses Atlassian Basic auth (email + API token). Generate an API token at id.atlassian.com → Security → API tokens.

| Tool | Purpose | |---|---| | jira_board_list | List Jira boards (GET /rest/agile/1.0/board). | | jira_epic_list | List epics in a project via JQL search. | | jira_issue_get | Get a Jira issue by key or id. | | jira_issue_list | Search Jira issues with JQL (POST /rest/api/3/search). | | jira_sprint_list | List sprints for a board. |

Every tool below requires interactive consent through the Gateway HITL gate before it executes.

| Tool | Purpose | |---|---| | jira_comment_add | Add a comment to a Jira issue. | | jira_issue_create | Create a Jira issue (requires project key + summary). | | jira_issue_update | Update summary and/or description on a Jira issue. |

  • Jira Cloud only. The base URL must be a *.atlassian.net site.