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

Use below endpoint to get all comments on a key result & related data. 

  • Syntax - <Jira base URL>/rest/amoeboids-upraise/1.0/okr/keyresult/{key result id}/comment
  • Example - jira.amoeboids.com/rest/amoeboids-upraise/1.0/okr/keyresult/1/comment

Request

Enter KR id as input to request details. If the KR is deleted or the KR id is incorrect, relevant response is returned. 

Response 

ParentParameterTypeDescriptionPossible value

dateTimeFormatStringFormat definition of date fields returned in response

dateFormatDateFormat definition of date fields returned in response

commentsObjectThis object consists of details about comments on the current KR.
commentsidNumberComment id 1, 2, 3, 4, etc
commentsmessageStringEntire message added as a comment.Example comment - @sameer please add the progress of this KR before end of today. 
commentscreatorObjectThis consists of the user object for user who created the comment.
commentscreatedDateDate on which comment is created.Any date
commentsmodifiedDateDate on which the comment was last modified. If the created & modified date are same, that means the comment was never modifiedAny date
commentseventTypeStringEvent name to identify whether the comment was added while punching in or was a normal comment.
  • Punch-in
  • Comment
  • No labels