I am trying to set up a Jira dashboard to monitor the progress of my epics. Jira has a built-in field known as Progression that I am utilizing. I created a simple filter to isolate Epics and added the progression column; however, the dashboard display does not reflect the progress percentages accurately, even when the percentage is not zero. I can see the correct details when inspecting an epic individually. Any advice or solutions would be helpful.
hey, i noticed sometimes the dashbord caching causes this. try refreshing the cache or re-adding the widget. also check if your filter config is updated. might be a glitch in the view updating process, so a work-around via a different gadget might help.
I encountered a similar issue where the dashboard wouldn’t show accurate progress percentages for my epics. In my case, it turned out that the culprit was a discrepancy between the calculation in the epic view and the summary gadget display. I resolved it by verifying that the filter query properly captured all the necessary statuses that affected the progression calculation. After ensuring the JQL correctly reflected the workflow and validating that no custom field transformation was interfering, the gadget displayed accurate information. Review the field configuration and workflow transitions to see if a misconfiguration could be causing the problem.