> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/window/task.md).

# Task

The ***Task*** feature is similar to [Task list](https://docs.devolutions.net/rdm/commands/view/task-list/), but it applies only to the selected entry. Tasks are available from the context menu ***Window – Task***.

{% hint style="info" %}
This feature is only available for the following workspaces: [Devolutions Server](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/server/), [Azure SQL](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/microsoft-azure-sql/), [SQL Server](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/microsoft-sql-server/), and [SQLite](https://docs.devolutions.net/rdm/workspaces/workspace-types/local-workspaces/sqlite/).
{% endhint %}

### Functions

Create tasks to keep track of the work that needs to be done per entry. You can ***Add***, ***Edit***, and ***Delete*** a task using the corresponding icons. It is also possible to ***Assign a User to a task***, apply a ***Filter*** and ***Refresh*** the page. The refresh can be done automatically by checking the ***Auto refresh*** box.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2036.png" alt=""><figcaption></figcaption></figure>

#### Creation of tasks

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2038.png)

For more information on how to create a task, see [***Task List***](https://docs.devolutions.net/rdm/commands/view/task-list/#creating-a-task).

#### Task Filter

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2039.png)

Clicking on the ***Filter*** icon opens a window that allows you to filter the tasks in the entry by ***Due Date***, ***Status*** or ***Username***.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2040.png" alt=""><figcaption></figcaption></figure>

### Tasks

The information available is as follows: ***Name***, ***Status***, ***Priority***, ***Due Date***, ***Creation Date*** and ***Assigned To***. For more details about this information, please refer to [***Task List***](https://docs.devolutions.net/rdm/commands/view/task-list/#creating-a-task).

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2037.png" alt=""><figcaption></figcaption></figure>

#### See also

* [Devolutions Academy - Manage tasks](https://academy.devolutions.net/student/path/1925039/activity/2667187)


---

# 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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/window/task.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.
