Get average age report data from REST API

Gabriel Mongeon April 11, 2018

I'm currently building a dashboard for my team and want to show data and metrics from different system.

I wish to get the same data as the average age report by week in JIRA, is it possible to obtain that data thru JIRA Server Rest API?

If so, how?

Thanks,

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2018

Yes.  The data for the gadget is the list of issues it is configured to report on.

The gadget looks at the issue history (available over REST) to do the calculations for the report.

Gabriel Mongeon April 12, 2018

Thanks, I'll get a look at the history from REST to do the calculation.

Gabriel Mongeon April 12, 2018

Based on your answer on that question I was able to recreate the behavior.

Thanks

Suggest an answer

Log in or Sign up to answer