You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I'm been going through the jira rest api and am trying to find documentation on whether the rest api supports the generation and retrieval of project reports? So far I haven't found any evidence that it does. Can anybody point me in the right direction?
Specifically, I'm trying to (via the REST API) generate a "Created vs Resolved Issues Report" for a project that I'm on. Please let me know if you have any questions.
Hey @John Hilgedick
Looking at the XHR requests made when viewing the reports page, there does not appear to be any REST endpoints that the web-ui is using, and there's nothing on the Jira REST API docs either.
You could achieve something similar by making multiple calls to the JQL REST (1 for the resolved tickets, 1 for the created tickets), then iterate through the results.
If you've got something like eazyBi installed, you could setup a cube with the data you need and then use their REST to extract the calculated data.
CCM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.