Creating Jira reports via SQL

Tc 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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