← All docs

Connecting Jira

Find the last time this happened, and file the packaged incident.

What you need

  1. Your Jira Cloud site URL (for example https://acme.atlassian.net)
  2. The account email the API token belongs to
  3. An Atlassian API token for that account
  4. The project key incidents should be filed under (for example OPS)

Set it up

  1. Connectors → Add connector → Jira
  2. Enter the site URL, account email, and project key, and paste the API token
  3. Click Test connection — it shows the account it authenticated as and the project it found

What gets filed

One ticket per analysed incident, containing the root-cause hypothesis, the confidence rating stated plainly, the proposed fix in full, and a link to the draft pull request if there is one. Everything needed to make a decision is in the ticket, so review can happen in Jira rather than requiring a trip to this dashboard.

Command-type fixes appear in the ticket as a code block, labelled as not having been run. Incident Copilot never executes them, and the ticket says so, because the ticket is what someone will read at 3am.

What is read

Before the analysis, Incident Copilot searches the same project for tickets matching the failing service — the "has this happened before?" half of context. Only the summary, status, resolution and creation date of matches are used.