Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Jira reports via SQL

Tc
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!
September 6, 2022

I want to create a burnup chart with SQL that uses the velocity from X previous sprints to estimate how much work will be done in the current sprint.

I have hacked together code to replicate the burndown chart and velocity chart.

For the burndown chart, I broke the task into different CTEs representing story points committed, added, reopened, removed, resolved, revised.

Just curious if anyone else is doing something similar and how far you've gotten.

1 answer

0 votes
Nic Brough -Adaptavist-
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.
September 6, 2022

No, you should not be trying this.  A burnup chart is not a burnup if it has all of these things, and SQL is by far the worst way you can possibly report on Jira data.  I don't need to see the SQL you've written to do this to be able to tell you that it's a) horrible, b) non-performant and c) almost certainly wrong.

Suggest an answer

Log in or Sign up to answer