> 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/milestones.md).

# Milestones

### Create Milestone(s)

The **Create Milestone** screen is used to define and manage milestones within a project. Milestones represent significant phases or checkpoints in the project lifecycle, ensuring effective tracking of progress and deliverables.

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

### Milestone Summary

The **Milestone Summary** screen provides a holistic view of milestone progress and associated tasks. Users can track the number of completed tasks, billable hours, and progress percentages at a glance.

The screen consists of two primary tabs: **Milestone Details** and **Tasks**.

The **Tasks** tab allows users to view and manage tasks associated with the milestone, offering seamless tracking of deliverables and dependencies.

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

**Fields in the Milestone Details Tab**

<table><thead><tr><th width="64.5" valign="bottom">Sr. No</th><th width="180.5" valign="bottom">Field Name</th><th valign="bottom">Short Description</th></tr></thead><tbody><tr><td valign="bottom">1</td><td valign="bottom">Reference ID</td><td valign="bottom">Unique identifier assigned to the milestone.</td></tr><tr><td valign="bottom">2</td><td valign="bottom">Description</td><td valign="bottom">Details describing the purpose and scope of the milestone.</td></tr><tr><td valign="bottom">3</td><td valign="bottom">Target Closure Date</td><td valign="bottom">The expected date for the milestone to be completed.</td></tr><tr><td valign="bottom">4</td><td valign="bottom">Expected Start Date</td><td valign="bottom">The planned starting date of the milestone.</td></tr><tr><td valign="bottom">5</td><td valign="bottom">Expected End Date</td><td valign="bottom">The planned end date of the milestone.</td></tr><tr><td valign="bottom">6</td><td valign="bottom">Number of Tasks</td><td valign="bottom">Total number of tasks associated with the milestone.</td></tr><tr><td valign="bottom">7</td><td valign="bottom">Estimated Hours</td><td valign="bottom">The total estimated hours required to complete the milestone.</td></tr><tr><td valign="bottom">8</td><td valign="bottom">Actual Time Invested</td><td valign="bottom">The actual time spent working on the milestone.</td></tr><tr><td valign="bottom">9</td><td valign="bottom">Completed Tasks</td><td valign="bottom">The number of tasks marked as complete under the milestone.</td></tr><tr><td valign="bottom">10</td><td valign="bottom">Billable Hours</td><td valign="bottom">The total billable hours logged for the milestone.</td></tr><tr><td valign="bottom">11</td><td valign="bottom">Milestone Status</td><td valign="bottom">Current status of the milestone (e.g., Waiting, In Progress, Completed).</td></tr><tr><td valign="bottom">12</td><td valign="bottom">Percentage Completion</td><td valign="bottom">Percentage of the milestone that has been completed.</td></tr><tr><td valign="bottom">13</td><td valign="bottom">Actual Start Date</td><td valign="bottom">The actual date when the milestone work began.</td></tr><tr><td valign="bottom">14</td><td valign="bottom">Actual End Date</td><td valign="bottom">The actual date when the milestone was completed.</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/milestones.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.
