Jira
Connect Atlassian Jira so the Sazabi agent can file issues into your Jira site.
About
Connecting Jira lets the Sazabi agent create issues in your Atlassian Jira site, turning an investigation into a tracked ticket. Jira is an issue tracker integration.
The connection uses Atlassian OAuth and acts on behalf of the person who authorized it — Atlassian attributes every write to that user, so a dedicated service account is a good choice for the authorizing identity.
Jira is also available through the Atlassian MCP connector — a separate way to give the agent Jira tools.
Prerequisites
- An Atlassian account with access to the Jira site you want to connect.
- Organization admin access in Sazabi.
Set up in the dashboard
Open the Jira integration
In the dashboard, go to Settings > Integrations > Jira.
Authorize with Atlassian
Start the connection. Sazabi redirects you to Atlassian to authorize access to Jira; approve it, and Atlassian redirects you back. If you can access more than one Atlassian site, choose the site to connect.
Authorize with a dedicated service account where possible — Jira attributes every issue Sazabi files to the authorizing user.
Set up with the CLI
You can also start the Jira connection with the Sazabi CLI (installed and authenticated — see CLI reference).
Jira connects through an Atlassian OAuth browser flow — the CLI has no --credentials for it. Run:
sazabi integrations connect jiraThe command opens Atlassian's authorization in your browser (sign in to the dashboard as the same user), then waits for you to approve and pick the Jira site. In --json mode it prints an authorization URL to open instead of launching a browser:
sazabi integrations connect jira --jsonAuthorize with a dedicated service account where possible — Jira attributes every issue Sazabi files to the authorizing user. Run sazabi integrations list to confirm the connection.
Work items
During an investigation the Sazabi agent can create a Jira issue and keep it current — updating fields, transitioning it through your project's workflow, commenting on it, and linking it back to the Sazabi issue or thread — so the ticket lands in the tracker your team already uses.
Verify
Open Settings > Integrations > Jira and confirm the connection reads connected for your Jira site. Then ask the agent, in a thread, to file a test issue into Jira, and confirm it appears in your Jira project. Delete the test issue in Jira afterward.
Troubleshooting
Connection shows needs attention — Atlassian rotates refresh tokens and expires a connection after an extended period of inactivity. Reconnect from Settings > Integrations > Jira.
Wrong site connected — If your account has multiple Atlassian sites, reconnect and pick the intended site during authorization.