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.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.