# Edit an issue

To edit an issue:

1. Select the issue you want to edit from the list of issues, which can be accessed through the *My Issues* or the *All Issues* tab on the left sidebar or within the relevant project.
2. Click on the issue to open its details page.
3. To edit the issue title or description, simply click on them. Your changes will be automatically saved when you click outside the editing area. Additionally, you can modify other issue properties such as [status](/help-documentation/issue-properties/status.md), [priority](/help-documentation/issue-properties/priority.md), [label](/help-documentation/issue-properties/labels.md), [due date](/help-documentation/issue-properties/due-date.md) and [assignee](/help-documentation/issue-properties/assignee.md).

<div align="left"><figure><img src="/files/QdwrOiyKvgzjybvnNA4X" alt="" width="563"><figcaption><p>Edit 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/edit-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.
