RET API : Getting status update of issues between a date range in a project

Bijesh Purushan November 19, 2017

I am building a dashboard(using JIRA REST API) which shows the activity of status change between two  dates.  Is it possible to achieve the same using the REST API / any other mechanism exists?The expected result has to be something like following following

result=[

<date1>:{todo: 25, done:0, inprogress:10},

<date2>:{todo: 25, done:3, inprogress:4},

<date3>:{todo: 23, done:5, inprogress:6},

<date4>:{todo: 18, done:10, inprogress:7}

<date4>:{todo: 8, done:1, inprogress:5}

]

Any Help is highly appriciated.

0 answers

Suggest an answer

Log in or Sign up to answer