Labels

Labels are a new way to categorize tasks inside a project. They are shown in the /task info command, /document info command or in the app.

Auto Labeling

With auto labeling you can have labels automatically assigned to tasks and documents when they are created.

How it works

  1. Create labels in your server.
  2. Check if "auto labeling" is enabled in your server settings (/settings auto_labeling or in the app server settings "General").
  3. Create a new task
  4. Check if a label was applied via /task info or in the app. When a new task or document is created and there a labels created in the server, the task title, description and all labels will be sent to an AI that will determine the label that fits best.

Label Suggestions

With label suggestions you can have labels suggested to you when creating a task in the app. AI will look at the task title and description and suggest labels that fit best. The suggested label will be shown in the app when creating a task and can be added with a single click.

Info: 

AI label suggestions are only available for pro users.

Commands

Create a label

Creates a new label with the given name and color.
/label create
name
My label
color
red
Task ManagerKnowledge Manager
Requires MANAGE_LABELS permissions

Delete a label

Deletes a label with the given name.
/label delete
name
My label
Task ManagerKnowledge Manager
Requires MANAGE_LABELS permissions

Lists all labels

/label list
Task ManagerKnowledge Manager

Add a label

Adds a label with the given name to the object (task or document) with the given ID.
/label add
object_id
13
name
My label
Task ManagerKnowledge Manager
Requires MANAGE_TASKS or MANAGE_DOCUMENTS permissions

Remove a label

Removes a label with the given name from the object (task or document) with the given ID.
/label remove
object_id
13
name
My label
Task ManagerKnowledge Manager
Requires MANAGE_TASKS or MANAGE_DOCUMENTS permissions

Edit a label

Removes a label with the given name from the object (task or document) with the given ID.
/label edit
name
My label
new_name
New label
color
blue
Task ManagerKnowledge Manager
Requires MANAGE_LABELS permissions