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.
CredentialDescription
EmailYour Atlassian account email
API TokenYour Atlassian API token
Base URLYour Jira instance URL (e.g. https://yourcompany.atlassian.net)

Triggers

TriggerWhen it fires
Issue CreatedA new Jira issue is created in any project
Issue UpdatedAn issue’s status, fields, or assignee change
Issue ResolvedAn issue is transitioned to a resolved status
Sprint StartedA sprint is activated
Sprint CompletedA sprint is closed

Actions

ActionKey inputsKey outputs
Create IssueprojectKey, summary, issueType, description, priority, assigneeEmail, labels[]id, key, url
Get IssueissueKeyid, key, summary, status, assignee, priority
Update IssueissueKey, summary, priority, assigneeEmail, descriptionsuccess
Transition IssueissueKey, transitionIdsuccess
Search Issues (JQL)jql, maxResultsissues[] — id, key, summary, status
Add CommentissueKey, bodyid
Attach FileissueKey, fileUrl, filenameattachmentId
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).