The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Dashboard - show version changes

Angel Osberg
Contributor
July 30, 2021

We currently work off of a kanban board, but plan and schedule work items out two weeks (very similar to scrum) We use versions as "sprints". Our upper management team would like to track what work items are being rolled over from each "sprint". Is there a way to accomplish this?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Bill Sheboy
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 Champions.
July 30, 2021

Hi @Angel Osberg 

You could use advanced JQL functions and detect changes to fixVersion: https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-fields/#Advancedsearchingfieldsreference-FixVersionfixVersionFixversion

And then perhaps list the issues of interest.  I suggest experimenting with CHANGED and latestReleaseVersion() to see how that helps.

If that does not meet your needs, you could also use an Automation for Jira rule, and perhaps some custom fields, to detect scope changes to a release.  That would make reporting and dashboards easier when the prior release is saved in another field.

Best regards,
Bill