Skip to main content

Jira

Connect Collabase to Jira to create issues from bugs or test failures, update status, transition issues through workflows, and attach files — triggered by Jira webhook events.

Authentication

Auth type: Basic (email + API token) Generate an API token at id.atlassian.com/manage-profile/security/api-tokens.

Triggers

Actions

Find valid transition IDs via the Jira REST API: GET /rest/api/3/issue/{issueKey}/transitions. Common IDs: 11 = To Do, 21 = In Progress, 31 = Done (these vary per project workflow).
Last modified on April 2, 2026