Can the version filter in the backlog view be recreated on the board view?

Christy Small May 9, 2022

Screenshot 2022-05-09 at 16.41.34.png

1 answer

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 Leaders.
May 9, 2022

Hi @Christy Small 

No, not with exactly that filter with a list of versions.  Here is the suggestion to add the feature: https://jira.atlassian.com/browse/JRACLOUD-74470

As a work-around, you could use "Custom Filters" for a team-managed project to add specific filters by version, or more generically something like this:

Next Unreleased Version:

fixVersion = earliestUnreleasedVersion()

All the other open releases:

fixVersion != earliestUnreleasedVersion() AND fixVersion in unreleasedVersions()

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer