Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

cannot use smart values in JQL fixVersions.released

eilon_elphi August 6, 2023

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.

1 answer

1 accepted

3 votes
Answer accepted
Ste Wright
Community Champion
August 6, 2023

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

eilon_elphi August 6, 2023

@Ste Wright 
Thank you !

very helpful, worked!

Like Ste Wright likes this

Suggest an answer

Log in or Sign up to answer