Property:Wiki task status
Jump to navigation
Jump to search
| {{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 10 related entities.
A
B
C
F
H
P
R
S
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_keyw", "allowed_values": [ "open", "backlog", "in progress", "done", "cancelled" ] } }