---
title: "Objective and Key Result statuses"
canonical: "https://support.appfire.com/space/OFJ/603652950/Objective%20and%20Key%20Result%20statuses"
format: markdown
---
> Macro (aura-html)

> ℹ️ This page is about **OKR for Jira Cloud**. Using** Data Center**? **[Click here](https://appfire.atlassian.net/wiki/spaces/OFJ/pages/603652538)**.

The status of an objective or key result reflects its current stage of progress. These statuses are consistent across both objectives and key results, offering a unified understanding of their conditions within Jira.

#### **Displayed statuses vs. Internal statuses:**

The Jira user interface (UI) presents statuses with user-friendly wording for clarity. However, API methods interact with "internal" statuses, which might differ in terminology.

#### **API usage and deprecation:**

Currently, API methods primarily use and return "displayed" statuses. However, some API query methods still return internal statuses. These columns are considered deprecated and will be removed in future versions. This section emphasizes the importance of transitioning to using displayed statuses for consistent API interactions.

#### **Status mapping tables:**

For your reference, here are status mapping tables to help associate both types of statuses. Highlighted rows indicate differences in wording.

**In progress **statuses

| **Internal (deprecated) status** | **Displayed status** | **Displayed color** |
| --- | --- | --- |
| `NOT_STARTED` | NOT STARTED | <span style="color: #97a0af">**grey**</span> |
| `ON_TRACK` | ON TRACK | <span style="color: #36b37e">**green**</span> |
| `AT_RISK` | AT RISK | <span style="color: #ff991f">**orange**</span> |
| `ACTION_REQUIRED` | OFF TRACK | <span style="color: #ff5630">**red**</span> |

**Completed** statuses

| **Internal (depreceted) status** | **Displayed status** | **Displayed color** |
| --- | --- | --- |
| `SUCCESS` | SUCCESS | <span style="color: #36b37e">**green**</span> |
| `DELAYED` | RESCHEDULED | <span style="color: #4c9aff">**blue**</span> |
| `CANCELED` | CANCELED | **black** |
| `FAILED` | FAILED | <span style="color: #ff5630">**red**</span> |
| `MISSED_TARGET` | INCOMPLETE | <span style="color: #ffc400">**orange**</span> |