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 7 Current »

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 

ParentParameterTypeDescriptionPossible values

dateTimeFormatObjectFormat definition of dateTime fields returned in response.

dateFormatObjectFormat definition of dateTime fields returned in response.

gradesObjectThis object consists of all data points of objective grades in UpRaise
  • gradedBy
gradesgradedByObjectThis object consists of all data points related to user who has provided grades
  • user
gradedByuserObjectThis object consists of all data points related to user who has provided grades

objectiveObjectThis object consists of all data points of current objective
  • id
  • name
objectiveidNumberObjective id1, 2 ,3, 350, etc
objectivenameStringObjective name/objective title
  • Delight customers with extraordinary support
objectivegradesObjectThis object consists of details about grades of the current key result.
  • gradedOn
  • averageGrade
  • remarks
gradesgradedOnDateDate on which graded are added in UpRaiseAny date
gradesaverageGradeNumberAverage grades on current objective6.5, 8, 10, 5, etc
gradesremarksStringAny remarks added with grades/while grading
  • Expected more inputes and progress on this objective

keyResultsObjectThis object consists of all data points of key result
keyResultsidNumberKey result id in UpRaise23, 54, 85, 96, etc
keyResultskeyStringKey result key in UpRaiseKR-23, KR-54, KR-85, KR-96, etc
keyResultstypeObjectThis object consists of all data points of key result type in UpRaise
  • id
  • name
typeidNumberKey result type id in UpRaise
  • 1
  • 2
  • 3
  • 4
typenameStringKey result type name in UpRaise
  • Metric
  • To do
  • Jira  issue
  • Jira issue (via JQL)
keyResultstitleStringKey result title in UpRaise
  • Increase CSAT rate from 60%-70% 
  • Complete Jira administration certification by end of this year
keyResultsdescriptionStringKey result description in UpRaise
  • Hire a Chief Revenue Officer
  • Increase repeat sales by 7% year on year
keyResultsownerObjectThis object consists of all data points of key result ownerAny UpRaise user's name who owns current key result
keyResultsoriginalValueNumberOriginal value for a metric type key result10,20,20.80, etc
keyResultstargetValueNumberTarget value for a metric type key result50, 500, 52.58, etc 
keyResultscurrentValueNumberCurrent  value for a metric type key result25, 52.58,900, etc
keyResultsprogressNumberThis object consists of details about current progress of the current key result.
  • percent
progresspercentNumberThis returns the current progress % key result20.0,30.25,56.85, etc
keyResultsdueDateDateDue date of Key resultAny date
keyResultsweightageNumberAny non-decimal number between 0-10 as weight of the key result, in relation to its parent objectiveAny non-decimal number between 0-10
keyResultsorderIndexNumberPriority of the current key result as compared to other key results under its parent objective.
  • 1
  • 2
  • 3
  • etc
keyResultslastPunchedInDateDate & time on which this key result was last punched in.08/Jan/18 8:36 PM
keyResultstotalActionsNumberNumber of Jira issue actions in key result 

2, 5,10,12, etc

keyResultsgradesObjectThis object consists of details about grades of the current objective.
  • gradesOn
  • grade
gradesgradedOnDateDate on which graded are added in UpRaiseAny date
gradesgradeNumberGrades provided on current key result
  • 5,10,6,7, etc (OR)
  • Achieved, Not achieved, etc
keyResultsgradeApiUrlStringUrl endpoint to retrieve grades associated with this key result.

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

  • No labels