Task tags can be assigned to each task within a project. This allows you to define custom task attributes. You can then filter reports using Task tags.
Example
{
"id": "1fc85d8c-6b3c-4e3e-8bd7-c8fcedb0ab23",
"name": "Onsite",
"isActive": true,
"createdAt": "2024-04-12T13:24:15.713Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the task tag. |
isActive | boolean | A flag to indicate if the task tag is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |