While filtering the issues I want to filter it on the basis of release. But there is no way I can filter it. Firstly there is no any such field that I can see and secondly I dont understand from where exactly the release filter would come then on the release section?
Please help.
I'm assuming that Cloud behaves the same way as Data Center, but Jira uses the terms "Release" and "Version" almost interchangeably.
The field names that you would query are either Fix Version/s or Affects Version/s, as that's what shows up on the issues themselves, even if the project sidebar displays Releases.
My guess is that, if you click on one of the Releases to bring up a list of issues associated with that Release and then look at one of the specific issues, that Release will be in the Fix Version/s field on that issue.
So your filter would be something like "Fix Version/s" = Release1 to look for any issues in a single release. For multiple releases, you would use the 'in' operator like so:
"Fix Version/s" in (Release1, Release2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.