Forums

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

Burnup chart is missing after upgrade from 8.20 to 8.22

Teradici April 6, 2022

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?

1 answer

0 votes
Thiago Masutti
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 7, 2022

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

Christopher Isidro
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!
April 7, 2022

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.

Thiago Masutti
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 12, 2022

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
Like Christopher Isidro likes this

Suggest an answer

Log in or Sign up to answer