# Bug Reporting

## Bug Tracking and Issue Management

Integration with bug tracking tools allows for the automatic logging of defects found during automated testing. When tests fail, they can create tickets with relevant data (logs, screenshots, steps to reproduce), reducing manual effort in reporting issues.

* **Key Tool**: [Jira](/detailed-documentation/project-settings/integrations/bug-reporting/jira.md)
* **Benefits**:
  * Automates the process of creating tickets when tests fail.
  * Ensures detailed information (test logs, screenshots) is attached to tickets for better issue tracking and resolution.
  * Enhances collaboration between testing and development teams for faster bug fixes.


---

# Agent Instructions: 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.qapilot.io/detailed-documentation/project-settings/integrations/bug-reporting.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.
