Hello,
How can I get an html file of the built in reports that Jira supports using python. I couldn't find anything related to this task in the Jira library and the Rest API.
Here are the reports that I would like:
1) Burnup report
2) Sprint burndown chart
3) Velocity report
4) Cumulative flow diagram
5) Cycle Time
6) Deployment Frequency
Can you please help me with what to write in my python script or provide my any documentation that is related?
there is no public endpoint to create these reports programmatically. But when you have a look at your developer console while opening a report in your browser you can trace which requests (to internal endpoints) are sent.
e.g.:
You might be able to receive the neccessary data like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.