tried creating a Quick Filter with this JQL:
fixVersions.released = "True"
This is the error:
Field 'fixVersions.released' does not exist or you do not have permission to view it.
Same thing happens when I am using this query in the Issue page (to filter issues).
Please advise.
Hi @eilon_elphi
Smart values are for use in Automation rules, rather than Quick Filters and the Issue Search page.
You can use this in JQL though:
fixVersion in releasedVersions()
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.