Task Templates allow standard tasks to be easily added to projects.
Example
{
"id": "ff7ff4a6-5890-48d6-9888-0b21aa5cdb3a",
"name": "Data Architecture",
"budgetHours": 160,
"notes": "Design the database schema." ,
"isBillable": true,
"createdAt": "2024-09-18T12:21:39.591Z",
"tags": [
{
"id": "a7a9b17c-cdf8-482e-b1b5-e000e76417d5",
"name": "UX Team"
}
]
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the task template. |
budgetHours | number | The budget hours of the task template. |
isBillable | boolean | A flag to indicate if the task template is billable. |
createdAt | timestamp | The timestamp when the object was created. |
tags | array of objects | The list of associated tags. See attributes . |
Tag attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the tag. |