Some time ago we've had this setup where the Jira Releases part only showed the Stories that were assigned to the respective fix version, but for some reason for the past 3-4 months we now see stories, sub-tasks and epics, even though no changes have been made to accommodate this.
Do we need just to remove the fix version for epics/ sub-tasks?
Or is there a cleaner way to do this?
Hello @Dragoș !
Unfortunately the Releases page does not have built-in filtering, but you can use Jira search to get what you need.
You can either filter it out by using UI, or you can use JQL like this one:
fixVersion = "My release name" AND issuetype not in subTaskIssueTypes()
This will return all the issues under your selected Release, but not Sub-tasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.