Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Threshold metrics represent a numerical range considered acceptable.


By default, we apply the following metrics for each OKR:

At risk: 0 - 40%

Behind: 40 - 70%

On track: 70 - 100%

These values can be manually adjusted if the default metrics do not suit your needs.

For Cloud

Changes are made from our side. To update the values, please get in touch with our Support team.

For Data Center/Server

The values can be updated via your database.

Actions have to be performed by a Jira Administrator with access to your database.

To update the values, please:

1. Access your database and find the table: AO_338ACC_SETTINGS

2. There, execute the SQL query:

insert into "AO_338ACC_SETTINGS" ("ISS","SETTING_ID","SETTING_VALUE","DELETED") values ('fd044424-0309-3299-bf3d-cafe346dfcfb', 9, BEHIND_VALUE, 0);
insert into "AO_338ACC_SETTINGS" ("ISS","SETTING_ID","SETTING_VALUE","DELETED") values ('fd044424-0309-3299-bf3d-cafe346dfcfb', 10, ON_TRACK_VALUE, 0);

Where BEHIND_VALUE = the value when the system considers OKR at risk (default value is 40).
Where ON_TRACK_VALUE = the value when the system considers OKR on track (default value is 70).

  • No labels