Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Which API endpoints do you use to gather the data inside the Epic Report and Epic Burndown Report?

lou_rodriguez November 1, 2021

My company is creating an app that gathers quantitative performance metrics from Jira.  Specifically, we want to recreate the epic report and epic burndown inside our application.  Can anyone offer any guidance on which API Endpoints we would use to gather this data?

1 answer

1 vote
Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 1, 2021

Dear @lou_rodriguez ,

unfortunately, there is no 'report' REST endpoint, that delivers the data you can see in the standard EPIC reports.

But you can create that report on your own. All you need is the right JQL for one Sprint (or many) to fetch all relevant issues with a "search" request, then you can create all possible reports on your own. All information that is required, is returned by the REST API.

Of cause, you will need to write an algorithm on your own, to parse the JSON data. I think, for a developer, that's not a big deal.

So long

Thomas

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events