> For the complete documentation index, see [llms.txt](https://docs.greytrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greytrix.com/creatio-add-ons/project-manager-for-creatio/user-guide/tasks.md).

# Tasks

Project Tasks are where all the breakdown and planning effort is applied to the Project. Each Task is a piece of work which has been identified by the manager of a project as an identifiable effort. This needs to be allocated to a Resource, scheduled with a due date, and status maintained on an on-going basis. It also needs to be given an allocation of days so that the allocated Resource knows what time they have available to complete this Task.

A project can have multiple tasks associated with it, but a task can only be associated with one project.

### Task Listing

You can view a full listing of all tasks belonging to this project by clicking the ‘Project Tasks’ tab. On this listing you can all important details including Due Date, Task Name, Status, Project, Assigned User, allocated (Days), Billed (Days), Unbilled (Days) and Remaining (Days) for the Task.

<figure><img src="/files/vaJFqmhnrjYVJKlBB5BJ" alt=""><figcaption></figcaption></figure>

### Create Task(s)

The **Create Task** screen in Creatio CRM is designed to facilitate the creation of new tasks within a project. It is logically structured into two primary sections to organize task-related data.

<figure><img src="/files/JatmN2kBooLF8zOyYSkW" alt=""><figcaption></figcaption></figure>

### Task Details

By clicking into a Task, full detail can be seen. This sample screen shows the details of a single task.

* **Task Information**: This section provides basic task details and associations.
* **Task Details**: This section captures detailed specifications of the task.
* **Additional Features**
  * **Add to Timesheet**: Facilitates logging the task into a timesheet.
  * **Save**: Saves the task details.
  * **Cancel**: Cancels the task creation process.
  * **Feed**: Displays an activity feed related to the task.

**Fields of the Task Screen**

<table><thead><tr><th width="67" valign="bottom">Sr. No.</th><th width="186" valign="bottom">Field Name</th><th valign="bottom">Short Description</th></tr></thead><tbody><tr><td valign="bottom">1</td><td valign="bottom">Project</td><td valign="bottom">Name of the project the task is associated with.</td></tr><tr><td valign="bottom">2</td><td valign="bottom">Task Name</td><td valign="bottom">Title or name of the task.</td></tr><tr><td valign="bottom">3</td><td valign="bottom">Reference ID</td><td valign="bottom">Unique identifier for the task.</td></tr><tr><td valign="bottom">4</td><td valign="bottom">Milestone</td><td valign="bottom">Project milestone linked to the task.</td></tr><tr><td valign="bottom">5</td><td valign="bottom">Milestone Check</td><td valign="bottom">Checkbox to indicate milestone completion.</td></tr><tr><td valign="bottom">6</td><td valign="bottom">Expected Start Date</td><td valign="bottom">Planned start date and time for the task.</td></tr><tr><td valign="bottom">7</td><td valign="bottom">Expected End Date</td><td valign="bottom">Planned end date and time for the task.</td></tr><tr><td valign="bottom">8</td><td valign="bottom">Estimated Hours</td><td valign="bottom">Estimated time required to complete the task.</td></tr><tr><td valign="bottom">9</td><td valign="bottom">Billed Hours</td><td valign="bottom">Hours recorded for billing purposes.</td></tr><tr><td valign="bottom">10</td><td valign="bottom">Task Stage</td><td valign="bottom">Current stage or status of the task (e.g., "Completed").</td></tr><tr><td valign="bottom">11</td><td valign="bottom">Actual Start Date</td><td valign="bottom">Actual start date and time of the task.</td></tr><tr><td valign="bottom">12</td><td valign="bottom">Actual End Date</td><td valign="bottom">Actual end date and time of the task.</td></tr><tr><td valign="bottom">13</td><td valign="bottom">Invested Time</td><td valign="bottom">Total time spent on the task (if available).</td></tr><tr><td valign="bottom">14</td><td valign="bottom">Assigned User</td><td valign="bottom">User assigned to perform the task.</td></tr><tr><td valign="bottom">15</td><td valign="bottom">Priority</td><td valign="bottom">Level of urgency for the task (e.g., "Low").</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.greytrix.com/creatio-add-ons/project-manager-for-creatio/user-guide/tasks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
