Exporting built-in reports using python script

Philip Abdalla
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 9, 2025

 

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?

1 answer

0 votes
Lucas Knorr
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 9, 2025

Hi @Philip Abdalla

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

SCR-20250109-pyxy.png

 

You might be able to receive the neccessary data like this. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events