# Task Management

The **Task Management** module allows users to create, track, and manage tasks independently or in association with ITSM records. Tasks help break down work into actionable items, assign ownership, track progress, and ensure timely completion through due dates, priorities, and notifications.

Tasks can be created and managed directly from the **Task module** and are also **associated with the following modules**:

* [**Incident**](/infraon-help/infinity-user-guide/ticket-management.md)
* [**Problem**](/infraon-help/infinity-user-guide/problem-management.md)
* [**Change**](/infraon-help/infinity-user-guide/change-management.md)
* [**Request**](/infraon-help/infinity-user-guide/request-management.md)

This enables teams to track operational and follow-up activities linked to ITSM workflows while also supporting standalone task management.

Task visibility and actions are role-based:

* **Infraon Admin** can view and manage all tasks.
* Other users can view:
  * Tasks created by them
  * Tasks assigned to them
  * Tasks assigned to their teams (based on workspace and team mapping)

The module supports task creation, inline updates, detailed editing, filtering, searching, repetitive tasks, attachments, notifications, and audit tracking.

## **What You See on the Screen**

The Task page provides a consolidated view of tasks across modules, along with tools for searching, filtering, and managing them efficiently.

**Task View |** Basic Details

<table><thead><tr><th width="166.5999755859375">Label</th><th width="185.199951171875">Action</th><th>Description / Example</th></tr></thead><tbody><tr><td><strong>Search</strong></td><td>Enter text to search</td><td>Searches tasks by keywords such as Task ID, Name, or Description.<br><br><strong>Example:</strong> Searching workflow lists all tasks whose descriptions contain the word.</td></tr><tr><td><strong>Filter</strong></td><td>Click to apply filters</td><td>Opens the Filter Condition panel to narrow tasks based on selected fields and conditions. Choose a task attribute to filter on.<br><br><strong>Options Include:</strong> Task ID, Name, Description, Status, Priority, Type, Assignee, and Due Date.</td></tr><tr><td><strong>Select Date Range</strong></td><td>Select a predefined time range</td><td>Filters tasks based on creation or update time.<br><br><strong>Examples:</strong> Current Hour, Last 60 mins, Last Hour, Last 3 Hours.</td></tr><tr><td><strong>Add Task</strong></td><td>Click to create a task</td><td>Opens the Task creation sidebar to add a new task with required details such as description, status, due date, assignee, and more.</td></tr><tr><td><strong>Task ID</strong></td><td>Click to view details</td><td>Opens the Task Details sidebar for the selected task.<br><br><strong>Example:</strong> #TSK22104.</td></tr><tr><td><strong>Task Name / Description</strong></td><td>View or edit</td><td>Displays the task description. Can be edited from the task details sidebar.</td></tr><tr><td><strong>Assignee</strong></td><td>Select or update</td><td>Assigns the task to a user. The assignee receives notifications on task creation and updates.</td></tr><tr><td><strong>Priority</strong></td><td>View priority</td><td>Displays task priority levels (e.g., Critical, Medium), helping identify urgency.</td></tr><tr><td><strong>Status</strong></td><td>Inline edit</td><td>Allows quick status updates directly from the list.<br><br><strong>Example:</strong> Change from To Do → In Progress.</td></tr><tr><td><strong>Actions</strong></td><td></td><td></td></tr><tr><td><strong>Edit</strong></td><td>Click</td><td>Opens the <strong>Task Edit sidebar</strong>, allowing users to modify task details, including description, status, priority, due date, assignee, repeat configuration, attachments, and additional information.<br><br>Changes are saved on submission and reflected in the task list immediately.</td></tr><tr><td><strong>Delete</strong></td><td>Click</td><td>Deletes the selected task after confirmation. Once deleted, the task is permanently removed from the task list and audit logs capture the deletion action.</td></tr></tbody></table>


---

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