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
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.