# 7.6 Issues

### Pre-Condition:

* Users must have an account in Onethread.
* Users must be logged in to the account.
* Users must be a part of a company.
* Users must be added to a project.

You can

* [Create an Issue](https://docs.onethreadapp.com/6.-managing-items/7.6-issues/7.6.1-create-an-issue)
* [Add Time Entry for an Issue](https://docs.onethreadapp.com/6.-managing-items/7.6-issues/7.6.2-add-time-entry-for-an-issue)

## Important Notes:

* You can only assign the issues to those already added to the specific project in which the phases have been created.
* The color of the issue tasks is red.
* You can provide and change the start date & due date for a milestone task. To change dates, you will need to provide the delay reason & factors.
* You can add task reminders, issues under, subtasks, and attachments in an issue.&#x20;
* You can submit the issue as a task. To submit, click the submit button and choose milestone and provide the total spent hours, reviewer’s name (can add multiple reviewers), description, and files, and click submit button.
* You can copy the public URL of the task and share it with anyone.
* Clicking on the “mark as complete” button will complete the task.


---

# 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/7.6-issues.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.
