Jira
Connect QA Hub to Jira Cloud to search stories, epics, and tasks directly from the Dashboard. Acceptance criteria are pulled automatically and used as context for AI test generation.
Prerequisites
- A Jira Cloud account with API access
- A Jira API token (not your password)
- Your Jira Cloud base URL (e.g.,
https://your-org.atlassian.net)
Generate a Jira API token
- Log in to id.atlassian.com → Security → API tokens.
- Click Create API token, give it a label (e.g., "QA Hub").
- Copy the token — it is shown only once.
Configure in QA Hub
- Go to Settings → Integrations.
- Select Jira as your connector.
- Fill in:
- Base URL — your Jira Cloud URL (e.g.,
https://acme.atlassian.net) - Email — the Atlassian account email the token belongs to
- API Token — the token you generated above
- Project key (optional) — pre-filter results to a specific Jira project
- Base URL — your Jira Cloud URL (e.g.,
- Click Test connection. A green indicator confirms success.
- Click Save.
Scrum team filtering
If your team uses a custom Jira field to tag stories by scrum team, configure the field name in Settings → Integrations → Scrum team field. The Dashboard will show a team dropdown after tickets are fetched.
Searching tickets
Once Jira is active, the Dashboard search uses JQL under the hood:
- Keyword search →
text ~ "your query" AND project = KEY - Load by ID →
key IN (PROJ-42, PROJ-43)
Results include the issue title, description, acceptance criteria (from the configured custom field or description), status, priority, and epic key.
Confluence integration
Connecting Jira also enables the Confluence tab in the Dashboard. See Confluence →.
Switching connectors
The active connector is stored per-browser in localStorage. To switch to Linear or Azure DevOps, click the connector selector in the top bar. Your Jira credentials remain saved in Settings.