Property:Has task status
Jump to navigation
Jump to search
| Wiki task properties |
|---|
A keyword property which describes the lifecycle state of a {{task}}.
Allowed values
- open
- The task has not been started and does not have an assignee.
- backlog
- The task has not been started but does have an assignee.
- in progress
- The task has been started but is not done.
- done
- The task is done.
- cancelled
- The task has been cancelled and will not be performed.
Showing 1 related entity.
Showing 3 related entities.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_keyw", "allowed_values": [ "open", "backlog", "in progress", "done", "cancelled" ] } }