Custom grading thresholds

 

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

You can adjust the thresholds in the Company Settings:

CleanShot 2024-02-26 at 16.09.48-20240226-141005.png




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).