After we upgrade our Jira data center server from 8.20.1 to 8.22.1,
we are missing the `burnup chart` in project reports (We still have the burndown chart).
What can we do?
Hi @Teradici
I hope you are well.
That report is still part of Scrum Projects on 8.22.
Maybe there's some plugin module disabled on your instance.
See if you have any module disabled on the Jira Agile Plugin.
A quick way to check if there's any module (or plugin) disabled is through the following DB query:
select *
from pluginstate
where pluginenabled = 'false';
Kind regards,
Thiago Masutti
We are seeing the exact same behavior upgrading from 8.20.2 to 8.20.7. Burndown and other reports are available for our Scrum boards but no longer the Burnup chart. The Burnup report modules show enabled in UPM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a new bug affecting the most recent versions of Jira Software: https://jira.atlassian.com/browse/JSWSERVER-21297
The workaround is to enable a darkfeature while the bug isn't fixed:
com.atlassian.jira.agile.darkfeature.burnupchart.enabled
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.