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?
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.