This is Jira software/work projects. For Jira Service Management — customer-facing requests, ticket deflection, and agent copilot drafts — see Jira Service Management.
Data ingested
Each issue becomes one document:- Issue URL on your site, and
PROJ-123: summaryas the title - Status and labels
- The description, under its own heading
- Every comment, in order, each with its author
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 Sync on the source’s page runs one now if you cannot wait. 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.