# Task and Todo lists

### Task lists within a ticket&#x20;

You can create effective task lists within a submitted ticket by utilizing custom fields within your form.&#x20;

1. Create a new custom field with the field type *Single-selection field*
2. In the field, add the following values: *Completed* and *Not completed*
3. Name the task to *Task 1*

Add as many Task-fields as required. You can also adjust the values based on your needs.&#x20;

Next, add the fields to the Form and make sure to enable the option *Only for Agents* on the field in the Form, making sure the fields are only visible to Agents&#x20;

These fields allow Agents to quickly assess the status of various tasks associated with a ticket. By configuring these fields on the Form and making them visible only to the agent, you ensure a streamlined workflow where agents can update and track task progress without cluttering the end-user view.&#x20;

***

### Recurring tasks

Do you have recurring tasks that happen daily or weekly? Suptask allow you to manage these by utilizing the integration with Slack Workflows.

Slack Workflow will trigger the task on a set frequency (daily, weekly etc) and Suptask will pick up the task from the channel and turn it into a ticket. Creating a recurring ticket for your task based on the set frequency.

#### How to set up recurring tasks with Suptask

1. Set up Suptask to enable automatic creation: [automatic ticket creation to Suptask using Slack Workflows](/integrations-automations-and-workflows/integration-guides/how-to-use-slack-workflows.md#prerequisites)
   1. Only set up the first part related to the Suptask configuration.
2. Head over to Slack and configure a new Slack Workflow&#x20;
3. Select the trigger **On a schedule**
4. Select the **Frequency** that you would like to have on your task.

<figure><img src="/files/7uMo1i6skO8sbAaCt31A" alt="" width="375"><figcaption></figcaption></figure>

5. Now configure the second step of your Workflow to send the message to the configured channel in Suptask that is used for the Automatic ticket creation (from Step 1)

<figure><img src="/files/lARoxzJsPuTHqFAyOJSV" alt="" width="375"><figcaption></figcaption></figure>

6. You can choose to [map any fields](/integrations-automations-and-workflows/integration-guides/how-to-use-slack-workflows.md#field-mapping-and-validation) between the Workflow and the Suptask ticket
7. Done!


---

# 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://support.suptask.com/working-with-tickets/for-agents-who-respond-and-manage-tickets/task-and-todo-lists.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.
