Skip to content

Jira Integration

Import requirements directly from Jira and trace test coverage back to your user stories.

Info

Jira is connected once per user from the user menu, then available to every project.

Connect Jira

  1. Open the user menu and click Jira Integration.
  2. Enter your Site URL (e.g. yourcompany.atlassian.net), Email, and a Jira API Token.
  3. Click Test Connection — a success message shows Connected as {name}.
  4. Click Save.

API Token

Generate an API token from your Atlassian account. It is stored securely and masked after saving; use Change to replace it later.

Import Requirements from Jira

  1. In a project, go to the BRDs tab and click Import from Jira.
  2. Select a Project, then an Epic.
  3. Check the User Stories to import (or Select all).
  4. Click Import as Requirements.

The selected stories are imported as a requirements document, and related stories are automatically grouped into testable Features.

Tip

On the Features page, each feature shows the Jira story keys it came from. Click a story badge to jump to the requirement text it was extracted from.

Traceability

On the Test Cases tab, click Traceability to see a table mapping each user story (by Jira key) to whether it is Covered or Not covered by the generated test cases.

Next Steps

Once requirements are imported, continue the standard workflow:

  1. Generate Features
  2. Generate POMs
  3. Generate Test Cases