Connector Specifications
Prerequisites
An Atlassian account with admin access. This account fetches content and resolves access permissions for indexed content.Connector Configuration
Create an API Token in Atlassian
Search AI interacts with Jira through APIs. Create an API token in your Atlassian account following the Atlassian documentation. Enable the following scopes when generating the API token:read:application-role:jiraread:comment:jiraread:comment.property:jiraread:dashboard:jiraread:filter:jiraread:group:jiraread:issue-details:jiraread:issue-type-hierarchy:jiraread:issue-type:jiraread:jira-workread:jql:jiraread:project-category:jiraread:project-role:jiraread:project-version:jiraread:project.component:jiraread:project.property:jiraread:project:jiraread:user:jira
Configure the Jira Cloud Connector in Search AI
- Go to the Connectors page and select Jira Cloud.
-
Create or select a Profile.
Each profile saves its own credentials, filters, and mappings. You can maintain multiple profiles under a single connector. -
In the profile setup, provide the following fields:
- Click Connect to authenticate the profile.
- Repeat the process to add additional profiles as needed.
Multiple Authentication Profiles
A single Jira Cloud connector supports multiple authentication profiles.- Each profile uses its own credentials and domain.
- Content sync runs across all configured profiles.
- This simplifies multi-account management, reduces the need for multiple connectors, and scales better for enterprise use cases.
Content Ingestion
The connector ingests three object types from Jira. By default, content from the past 90 days is fetched.Issues
Dashboards
Filters
All timestamps are stored in UTC. The
doc_source_type field distinguishes content types. Issue comments are concatenated into a single field; individual comment metadata is not indexed.Content Filtering
The Jira connector supports standard and advanced filters to control which content is ingested. Go to the Manage Content page and select the Object Type to define which content types to ingest. All filter settings apply only to the selected object type.

Standard Filters
Use standard filters to ingest content from specific projects. Select one or more projects - all items of the selected object type within those projects are ingested. You can also set a Started On date to control how far back content is synced. This field defines the earliest date from which Jira content is eligible for sync - both for the initial sync and all subsequent incremental syncs. The Started On field is optional; if left blank, no date boundary is applied and all available Jira content is eligible for sync.Advanced Filters
Advanced filters provide granular control through field-based rules. For example, ingest only specific issue types from a particular project.
Filter Precedence and Scope
- Advanced filters override standard filters when their criteria conflict. For example, if a standard filter selects Project A and an advanced filter specifies Project B by key, Project B takes precedence.
- Filters apply only to the selected object type. An advanced filter set for issues is ignored if only dashboards are selected on the Manage Content page.
Access Control
Issues
- Each issue is linked to a project via a unique Project ID.
- The Project ID is stored in the RACL field of the ingested chunks.
- Search AI automatically resolves permission entities for Jira issues — it identifies users with access to each project and associates them with the corresponding Project ID. Manual Permission Entity mapping is not required.
Dashboards and Filters
When Jira dashboards or filters are shared, Search AI populates the RACL field to mirror those sharing settings:
If multiple sharing options apply, all corresponding IDs and emails are included in the RACL field. Search AI automatically resolves permission entities — manual mapping through Permission Entity APIs is not required.