Integrations / Project management
Jira
Search and look up issues, open, comment on and transition them, and trigger workflows from Jira issue, comment and sprint events.
Tools
jira.search_issues
Search issues with JQL, e.g. project = OPS AND status != Done ORDER BY created DESC.
jira.get_issue
Get an issue by key, with its description.
jira.list_comments
List an issue's comments, newest first.
jira.list_transitions
List the transitions an issue can take from its current status, with the IDs transition_issue needs.
jira.create_issue writes
Open an issue in a project.
jira.add_comment writes
Add a plain-text comment to an issue.
jira.transition_issue writes
Move an issue to another status with a transition ID from list_transitions.
jira.api_get
Send a GET request to any Jira API path under https://{site}.atlassian.net/rest/api/2 and return the response. For endpoints the named tools don't cover.
jira.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Jira API path under https://{site}.atlassian.net/rest/api/2.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Jira API path.
Connect
- Sign in at id.atlassian.com/manage-profile/security/api-tokens and choose Create API token, the classic kind without scopes. Tokens with scopes only work through api.atlassian.com, not your site's address.
- Paste the email of your Atlassian account and the API token on the connection, and set the site to the first part of your Jira address, e.g. acme for acme.atlassian.net.
- To trigger workflows, a Jira admin opens Settings → System → WebHooks, creates a webhook with the request URL shown on the connection page, sets a secret, chooses the events, and pastes the same secret on the connection.
Credentials
Triggers
In Jira, an admin opens Settings → System → WebHooks, creates a webhook with this URL, sets a secret, chooses the events, and pastes the same secret on this connection.
Events
triggerkind: jira connection: jira events: [jira:issue_created] projects: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.