# Change the status of an issue

To change the status of an issue:

Either

(i) Click on the gray circle next to the issue on the issue list and select the desired status from the dropdown menu.

Or

(ii) Open the issue details page, click on the status icon and choose the desired status from the dropdown menu.

<div align="left"><figure><img src="/files/552DoE2ftegDobYdsxzM" alt="" width="563"><figcaption><p>Change the status of an issue</p></figcaption></figure></div>


---

# 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://iteration-x.gitbook.io/help-documentation/update-an-issue/change-the-status-of-an-issue.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.
