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
| Field | Description | Required |
|---|---|---|
| Domain | Your Jira Cloud domain (e.g., mycompany.atlassian.net) | Yes |
| Atlassian account email address | Yes | |
| API Token | Atlassian API token | Yes |
Getting Your API Token
- Log in to your Atlassian account at id.atlassian.com
- Go to Security > API tokens > Create API token
- Give the token a descriptive label (e.g., "Workflow Automation")
- 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.