I have a Kanban board, when I click on Release -> New version, there is a pop up showing x issues will be released from "project". The "x issues" link is pointing to: https://xxx.atlassian.net/secure/GHReleaseIssueNavigator.jspa?projectId=10075&rapidViewId=92&columnId=798.
When I click on the "x issues" link, it redirects to https://xxx.atlassian.net/issues/?redirectedFromClassic=
and the filter is showing "ORDER BY created DESC", so the filter does not work because it shows all issues from all projects. It should be showing unreleased issues from the project.
Does anyone experience this before? Is there anything need to be setup? This happens on production, and strangely the sandbox works fine.
Thanks