# Add Issues to a Phase

This feature allows users to add issues or concerns related to a particular phase. This feature provides a way to track and manage potential problems or challenges impacting the phase's progress.

Users can add issues directly to the phase, providing a detailed description of the problem or concern, assign a priority level to the issue, helping the team to focus on the most critical concerns first & track the status of the issues and monitor their progress, allowing them to take appropriate actions to resolve the issues and complete the phase on time.

### Pre-conditions to use the Feature

* At least one issue must exist to add to a phase

### You can add Issues to a task in 2 ways:

* From inside the Issue task
* From inside a phase

### Add Issues to a phase from inside the Issue task

### Steps to Use:

* **First**, **select** the **issue** to which you want to add a phase. The **issue modal page** will **open**.
* **Next**, **look** for the **"Issue Under"** section on the page. You'll see a **+ button** at the right corner of this section. **Click** on it.
* Once you **click** the **+ button**, **a list of tasks** will **appear**, **collapsed by default**.&#x20;
* You can either **select a phase** from the **list** or **type** in the **name** of the **specific phase** you want to **add** in the box.
* You **can add multiple phases** to the **issue** by selecting or typing them individually.
* **Finally**, once you have added all the phases you need, **click** the **save button** to save the changes.

### Add Issue to a phase from inside a phase item

### Steps to Use:

* **Select** the **phase** you want to **link** **issues** to in your project. This will open the **phase modal page.**
* On the right-hand side of the **"Issue"** section, you will see a **+ button**. **Click on it**, and **a list of issues will collapse**.
* **Choose** the **issue or issues** that **you want to link** to the **phase**. You can also **write the name of the issue** in the **description box** to **find it quickly**. **Note that**, in the **issue list**, **only** the **issues** will be **visible**.
* You can **add multiple issues** to a **phase**, depending on your needs.
* Once you have **added all the relevant issues**, **click** the **save button** to save your changes.

<figure><img src="/files/Kb04UoTAip3QZYnz8dAn" alt=""><figcaption><p>Adding Issues to 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/add-issues-to-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.
