# Remove Issues from a Phase

This allows users to remove one or more issues associated with a specific phase. This feature can help keep phase lists clean and organized by removing irrelevant or outdated issues.

This feature can help teams focus on issues and prioritize their work accordingly. It can also improve communication by ensuring that only relevant issues are associated with a given phase.

### Pre-conditions to use the Feature

* At least one issue must be added to a phase.

### Steps to Use:

* **Select** the **task** from which you want to **remove** **issues** in your project. This will open the **task modal page.**
* On the left side of the **"Issue"** section, you will see a **side arrow (** <img src="/files/ldEJLDERd6RixU4UoW34" alt="" data-size="line"> **) button**. **Click on it**, and **a list of added issues will collapse**.
* **Choose** the **issue or issues** that **you want to unlink/remove** from the **task**.
* Click the cross ( ![](/files/YvwqiU3zSOjvbO535fEc) ) button on the right side of the added issue.
* You can **remove multiple issues** from a **task**, depending on your needs.
* Once you have clicked the cross ( ![](/files/YvwqiU3zSOjvbO535fEc) ) button, **the relevant issue** will be **removed.**

<figure><img src="/files/ev7btPpHk1stNhXj6gXa" alt=""><figcaption><p>Removing Issues from a Phase</p></figcaption></figure>


---

# 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.onethreadapp.com/6.-managing-items/6.1-phases/6.1.2-phase-modal-activity-page-manage/remove-issues-from-a-phase.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.
