> For the complete documentation index, see [llms.txt](https://docs.qatts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qatts.com/v-3.0/qatts-configuration/2.4-adding-tools/2.4.1-jira-integration.md).

# 2.4.3 Jira Integration

QATTS Create a Jira ticket when your test case is failed. To create the tickets in Jira you need to add the Jira properties in product properties. Below are the steps to add Jira properties in product.

On the dashboard, Click on the **Administration.**

![](/files/-McOgtpbF6W_K2yO95SF)

You should see the Product Management menu with the “**Product Management**”, click on that **Product Management.**

&#x20;

![](/files/-McOgtpck3F_eeHMjUhx)

On click on the “**Product Management**”, the page should appear as also shown in the screenshot below. Then Click on “**Product**”.

![](/files/-McOgtpdQ5lHgiF8pCyM)

You can see all the created product, click on the **product name (**&#x69;f you have multiple products click on to which product you want to add jira properties)

&#x20;

![](/files/-McOgtpedmQHPMvLdnJ2)

You need to enter all the jira properties in product properties.

1. Props.product.tms.type:jira
2. Props.product.tms.uri:<http://jira.ibaseit.com/rest/api/2/>
3. [)](mailto:Props.product.tms.username:srigowtamg@ibaseit.com)
4. Props.product.tms.password:\*\*\*\*\*
5. Props.product.tms.projectKey:TESJ
6. Props.product.tms.epic:Danni AutomationIsuues
7. Props.product.tms.transistionType.close:Done
8. props.product.tms.issueTypeSub-task

![](/files/-McOgtpf69NwUcyc2Hm4)

After fill up all the properties click on the **Update** button. You will get below message as shown in the Screenshot.

![](/files/-McOgtpgfgstsjYAwU3b)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.qatts.com/v-3.0/qatts-configuration/2.4-adding-tools/2.4.1-jira-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
