Get objective grades

API URL to get objective grades

Use below endpoint to get objective grades

Syntax - <Jira base URL>/rest/amoeboids-upraise/1.0/okr/objective/{objective id}/getgrades

Example -  jira.amoeboids.com/rest/amoeboids-upraise/1.0/okr/objective/1045/getgrades

If the objective is deleted or its id is incorrect, relevant message will be displayed. 

Request

Objective id is needed as input in the endpoint URL.

Response 

 

Parent

Parameter

Type

Description

Possible values



dateTimeFormat

Object

Format definition of dateTime fields returned in response.





dateFormat

Object

Format definition of dateTime fields returned in response.





grades

Object

This object consists of all data points of objective grades in UpRaise

  • gradedBy

grades

gradedBy

Object

This object consists of all data points related to user who has provided grades

  • user

gradedBy

user

Object

This object consists of all data points related to user who has provided grades





objective

Object

This object consists of all data points of current objective

  • id

  • name

objective

id

Number

Objective id

1, 2 ,3, 350, etc

objective

name

String

Objective name/objective title

  • Delight customers with extraordinary support

objective

grades

Object

This object consists of details about grades of the current key result.

  • gradedOn

  • averageGrade

  • remarks

grades

gradedOn

Date

Date on which graded are added in UpRaise

Any date

grades

averageGrade

Number

Average grades on current objective

6.5, 8, 10, 5, etc

grades

remarks

String

Any remarks added with grades/while grading

  • Expected more inputes and progress on this objective



keyResults

Object

This object consists of all data points of key result



keyResults

id

Number

Key result id in UpRaise

23, 54, 85, 96, etc

keyResults

key

String

Key result key in UpRaise

KR-23, KR-54, KR-85, KR-96, etc

keyResults

type

Object

This object consists of all data points of key result type in UpRaise

  • id

  • name

type

id

Number

Key result type id in UpRaise

  • 1

  • 2

  • 3

  • 4

type

name

String

Key result type name in UpRaise

  • Metric

  • To do

  • Jira  issue

  • Jira issue (via JQL)

keyResults

title

String

Key result title in UpRaise

  • Increase CSAT rate from 60%-70% 

  • Complete Jira administration certification by end of this year

keyResults

description

String

Key result description in UpRaise

  • Hire a Chief Revenue Officer

  • Increase repeat sales by 7% year on year

keyResults

owner

Object

This object consists of all data points of key result owner

Any UpRaise user's name who owns current key result

keyResults

originalValue

Number

Original value for a metric type key result

10,20,20.80, etc

keyResults

targetValue

Number

Target value for a metric type key result

50, 500, 52.58, etc 

keyResults

currentValue

Number

Current  value for a metric type key result

25, 52.58,900, etc

keyResults

progress

Number

This object consists of details about current progress of the current key result.

  • percent

progress

percent

Number

This returns the current progress % key result

20.0,30.25,56.85, etc

keyResults

dueDate

Date

Due date of Key result

Any date

keyResults

weightage

Number

Any non-decimal number between 0-10 as weight of the key result, in relation to its parent objective

Any non-decimal number between 0-10

keyResults

orderIndex

Number

Priority of the current key result as compared to other key results under its parent objective.

  • 1

  • 2

  • 3

  • etc

keyResults

lastPunchedIn

Date

Date & time on which this key result was last punched in.

08/Jan/18 8:36 PM

keyResults

totalActions

Number

Number of Jira issue actions in key result 

2, 5,10,12, etc

keyResults

grades

Object

This object consists of details about grades of the current objective.

  • gradesOn

  • grade

grades

gradedOn

Date

Date on which graded are added in UpRaise

Any date

grades

grade

Number

Grades provided on current key result

  • 5,10,6,7, etc (OR)

  • Achieved, Not achieved, etc

keyResults

gradeApiUrl

String

Url endpoint to retrieve grades associated with this key result.

jira.amoeboids.com/rest/amoeboids-upraise/1.0/okr/keyresult/100/getgrades



On this page


In this section