A TaskStatus is a named status level used by your business to determine how to measure the
progress of Tasks. You can define your own named status levels that are appropriate for
your business and determine which status levels are considered done.
Fields
Field | Description |
---|---|
id uuid required | The unique identifier of this TaskStatus. |
projectId uuid required | The unique identifier of the Project to which this TaskStatus belongs. |
name string optional | The name of this TaskStatus. |
order int32 required | A numerical value that can be used to sort TaskStatus values according to the needs of your business. |
isDone boolean required | True if a Task in this TaskStatus is considered done. |