> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-help/infinity-user-guide/workspace/project-management/my-tasks.md).

# My Tasks

The **My Tasks** page provides a consolidated view of all project tasks **assigned to the logged-in user.** It enables users to track and manage their assigned tasks across multiple projects from a single location without navigating into individual projects.

Tasks are displayed in a **grid view,** allowing users to review task status, priority, project association, assignee details, and planned execution dates. The page also supports sorting for task-related information to help users quickly identify and prioritize their work.

{% hint style="info" %}
If no tasks are assigned to the logged-in user, the page displays a **No My Tasks Added** message.
{% endhint %}

## **What you see on the screen**

Navigate to:

* **Workspace → Project Management → My Tasks**

![](/files/366867f596c2cfcb3e82e279ac8fbf4eee65e8d2)

Select the My Tasks icon from the left navigation panel to view all tasks assigned to you.

**My Tasks |** Basic Details

<table><thead><tr><th width="148.199951171875">Label</th><th width="202.99993896484375">Action</th><th>Description/ Example</th></tr></thead><tbody><tr><td>Project Name</td><td>View only</td><td>Displays the project the task belongs to.<br><br><strong>Example:</strong> Infrastructure Migration</td></tr><tr><td>Task ID</td><td>Click to view task details</td><td>Displays the task's unique identifier.<strong>Example:</strong> TSK22124</td></tr><tr><td>Title</td><td>View only</td><td>Displays the name or summary of the task.<br><br><strong>Example:</strong> Server Configuration</td></tr><tr><td>Status</td><td>View only</td><td>Displays the task's current status.<strong>Example:</strong> New, To Do, Ongoing, Done</td></tr><tr><td>Priority</td><td>View only</td><td>Displays the priority assigned to the task.<br><br><strong>Example:</strong> Low, Medium, High, Critical</td></tr><tr><td>Assignee</td><td>View only</td><td>Displays the user assigned to the task. In My Tasks view, this will typically be the logged-in user.</td></tr><tr><td>Actual Start Date</td><td>Click the column header to sort</td><td>Displays the actual date on which work started for the task.</td></tr><tr><td>Actual End Date</td><td>Click the column header to sort</td><td>Displays the task's actual completion date.</td></tr><tr><td>Sort Columns</td><td>Click the column header</td><td>Sort task information in ascending or descending order for supported columns.</td></tr></tbody></table>

## **Working with My Tasks**

The My Tasks page automatically displays all tasks assigned to the logged-in user from one or more projects.

Users can:

* View assigned tasks across multiple projects.
* Track task progress using the Status column.
* Review task priorities to determine work order.
* Identify project ownership using the Project Name column.
* Sort task information based on task attributes and dates.

The Project Name column is displayed for reference and is not available for sorting.

{% hint style="info" %}
Selecting a task redirects you to the [View Task](/infraon-help/infinity-user-guide/business-service/view-business-configuration.md) page, where you can view task details, progress, dependencies, and related project information.
{% endhint %}


---

# 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.infraon.io/infraon-help/infinity-user-guide/workspace/project-management/my-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.
