Status represents the state of an objective or a key result.
We use the same statuses for key results and objectives.
Statuses on Jira UI are displayed statuses, which have different wording from internal statuses.
API methods consume and return displayed status.
Some of API query methods still reutrn internal statuses.
Those columns are deprecated, and we will remove them in future.
β
Here are status mapping tables to help associate both kinds of statuses.
Highlighted rows mark difference in wording.
β
β
In progress statuses
Internal (depreceted) status | Displayed status | Displayed color |
| NOT STARTED | grey |
| ON TRACK | green |
| AT RISK | orange |
| OFF TRACK | red |
Completed statuses
Internal (depreceted) status | Displayed status | Displayed color |
| SUCCESS | green |
| RESCHEDULED | blue |
| CANCELED | black |
| FAILED | red |
| INCOMPLETE | orange |