> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/integrations/automatic-display-of-test-cases-or-test-scenarios-in-jira-tickets.md).

# Automatic display of test cases or test scenarios in Jira tickets

Starting from aqua version 25.47, if you have the [aqua4Jira plugin](/documentation/integrations/aqua4jira-plugin-cover-jira-issue-with-aqua-test-cases.md) installed and [Jira sync](/documentation/integrations/jira-sync-synchronize-items-between-aqua-and-jira-projects.md) configured for a Jira work item, the following improvements apply:

* When you link a test case or test scenario in aqua to a requirement or defect that’s synced with a Jira work item, those linked items will automatically appear in the Jira work item under the appropriate section.

<figure><img src="/files/3yJB2bhZHruvc7ey84Ai" alt=""><figcaption></figcaption></figure>

* Once the items are synced, you’ll see new dependency types in aqua for better traceability:
  * **Synced with** — indicates the connection between synced aqua and Jira items
  * **Covers / Covered by** — shows the relationship between test cases and synced requirements or defects
* If you unlink a test case or test scenario in aqua, it will also be unlinked from the Jira work item during the next sync.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/integrations/automatic-display-of-test-cases-or-test-scenarios-in-jira-tickets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
