get status and version of an epic

Aymen Kanzari January 21, 2020

I  extracted via a rest/agile/1.0/board/{boardId}/epic the epics belonging to a board.

The epics that i get from the api do not have the status and the version, is there another method to get the epics with their status and version?

 

Example of an epic that i get from the api

{  
"id": 162380,
  "key": "BCUSP-1",
  "self": "xxxx/rest/agile/1.0/epic/162380",
  "name": "1. Référentiel PS-CE",
  "summary": "Référentiel PS-CE",
  "color": {                             
"key": "color_9"                  
   },
  "done": false        
}  

0 answers

Suggest an answer

Log in or Sign up to answer