Jira (Issue Tracker)
This section explains how to connect Jira Cloud as an Issue Tracker data source in DataDios. It is a read-only connector: you browse projects and issues, and issue content is ingested into RAG so it is searchable through Hybrid Search.
Prerequisites
Jira Cloud is authenticated with your Atlassian account email plus an API token:
- Go to Atlassian API tokens.
- Click Create API token, give it a label, and copy the token.
- Note your Jira site's base URL, e.g.
https://your-domain.atlassian.net.
Steps to Create and Test a Jira Data Source
Step 1: Create a Data Source
- Navigate to the Data Sources tab in DataDios
- Click + CREATE SOURCE
- In the data source type dropdown, expand Issue Tracker and select Jira
Step 2: Fill Connection Details
- base_url: Your Jira Cloud site URL, e.g.
https://your-domain.atlassian.net(required) - email: The Atlassian account email the API token belongs to (required)
- api_token: Your Atlassian API token (required, stored encrypted)
JSON Configuration
{
"base_url": "https://your-domain.atlassian.net",
"email": "you@example.com",
"api_token": "your-atlassian-api-token"
}
Step 3: Test Connection
- Click TEST CONNECTION
- Valid credentials return Status: OK. The API token is never echoed back in any response or log.
Step 4: Save Data Source
- Click CREATE to save the data source
- It appears on the Data Sources listing page under Issue Tracker
Step 5: Browse and Search
- Expand the data source to browse projects and their issues.
- Issue content is ingested into RAG and becomes searchable through Hybrid Search.