Skip to content

Jira Connection

Connect to Jira Cloud using an API token. This allows your workflows to search, create, update, and transition issues in your Jira projects.

Configuration

FieldDescriptionRequired
DomainYour Jira Cloud domain (e.g., mycompany.atlassian.net)Yes
EmailAtlassian account email addressYes
API TokenAtlassian API tokenYes

Getting Your API Token

  1. Log in to your Atlassian account at id.atlassian.com
  2. Go to Security > API tokens > Create API token
  3. Give the token a descriptive label (e.g., "Workflow Automation")
  4. Copy the generated token — you won't be able to see it again

Usage

Once created, this connection becomes available in:

  • Jira — search, create, update, transition, comment on, and delete issues; list and get projects; search users

TIP

The API token inherits the permissions of the Atlassian account it belongs to. Make sure the account has access to the Jira projects your workflows need to interact with.