What Traversal reads
- Issues — issue details, status, priority, and assignee via JQL search
- Comments — full comment threads on issues
Setup
Create an API token
- Open Atlassian API tokens and sign in
- Create an API token for Jira, give it a descriptive name, and choose an expiration date
- If Atlassian shows a scoped-token flow in your organization, select the Jira app and grant read-only access.
read:jira-workcovers the Jira endpoints Traversal uses to read issues, comments, JQL search results, and attachments - Copy the generated token right away. Atlassian only shows it once
Configure in Traversal
Go to Company Knowledge > Integrations, select Jira, and enter:
- Jira instance URL (usually your site URL, such as
https://company.atlassian.net) - Email address associated with your Atlassian account
- API token
- Cloud ID, only if your Jira URL uses Atlassian’s API gateway instead of your site URL
Jira URL and Cloud ID
Use your Jira site URL, such ashttps://company.atlassian.net, whenever possible.
If your organization routes Jira API traffic through Atlassian’s API gateway instead of your site URL, also provide the site’s Cloud ID. Atlassian’s current docs refer to this as cloudId in gateway URLs such as .../ex/jira/{cloudId}/..., and Traversal exposes a separate Cloud ID field for those setups.