> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-reports-section/log-a-bug-from-view-report/jira.md).

# Logging a Bug in JIRA

Follow the steps below to log a bug in Jira from reports section

1. Navigate back to the Report tab and click Testcase Details icon, to bring up Run details popup window in top right corner of Reports tab.

<figure><img src="/files/gSOHiclcgiK6Wd6Q28dd" alt=""><figcaption></figcaption></figure>

2. Click view Reports icon, from Run Details pop up window to bring up Result Summary window in screen.

<figure><img src="/files/AJdGvPkXXKKeJRncntoo" alt=""><figcaption></figcaption></figure>

3. Click Expand arrow from the # column to check the detailed analysis of the execution for all the Test Step details of the Test case
4. Click bug icon from Defect column to log a defect in defect management tools.
5. Select Jira option to bring up Jira Login pop up on screen

<figure><img src="/files/raRmqFLHTQ22nAcUoIyE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: after selecting Jira option it will bring up auto fill pop up on screen
{% endhint %}

6. Click Connect button, this action will change bug icon to Jira icon.

<figure><img src="/files/ZxAIZ9lLtRaAdxr9yf8p" alt=""><figcaption></figcaption></figure>

7. Click Jira icon in Defect column to bring up Create Issue pop window on the screen
8. Select Jira project, Issue Type and configure Field from their respective dropdowns

{% hint style="info" %}
Note: *For more detailed information, click Configure Fields dropdown and select more option*
{% endhint %}

9. Enter bug’s Description, Summary, Reporter, Environment and click Proceed button, after clicking proceed button, the Jira icon changes into Defect ID

<figure><img src="/files/BepjYcq95DK0anxoxcss" alt=""><figcaption></figcaption></figure>

10. Click the Defect Id to directly navigate to the Jira website and view the logged bug

<figure><img src="/files/CPKFZIp6bvmApvOPHnSl" alt=""><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-reports-section/log-a-bug-from-view-report/jira.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.
