This is Jira software/work projects. For Jira Service Management — customer-facing requests, ticket deflection, and agent copilot drafts — see Jira Service Management.
What gets indexed
Each issue becomes one document containing:- Summary and description
- Current status and labels
- Every comment, in order
Connect
1
Create an API token
At id.atlassian.com, create an API token. Note the account email it belongs to — you need both.The token inherits that account’s permissions, so it sees exactly the projects that user can see. Use a dedicated service account if you want to control that precisely.
2
Add the source
In Knowledge Base → Sources, add a Jira source:
3
Sync
The first sync starts automatically. Watch progress under the source’s page, and check what landed under Documents.
Keeping it fresh
Jira re-syncs every 10 minutes — no configuration, and no manual sync button, since waiting for the next run is never slower. See Sources Overview.Keeping issues off your public widget
Internal issue trackers usually shouldn’t answer questions on a public docs site. Two options:- Set
default_visibilitytorestrictedin the source config, so every document it creates is withheld from the widget, SDKs, and public API while remaining available to your team and the bots. - Put it in a knowledge base whose type is internal, which has no public surface at all — see Knowledge Bases.