Hello
According to https://confluence.atlassian.com/display/JIRA052/Advanced+Searching I want to create a filter with this JQL syntax that should work :
status WAS IN ('Resolved', 'Closed') BY wjuteau DURING ("2014/11/01","2014/11/30")) ORDER BY priority DESC
But it seems that the WAS IN function doesn't allow such BY or DURING parameters.
"WAS" operator allows them :
(status WAS Closed BY wjuteau during ("2014/11/01","2014/11/30")) OR (status WAS Resolved BY wjuteau during ("2014/11/01","2014/11/30")) ORDER BY priority DESC
Can you please acknowledge this is a bug or explain where I'm wrong ?
Thanks
You have an extra closing parenthesis in the first query.
What specific error are you getting? I've reproduced the query and it works fine on my instance. (6.1.2)
Hello Amy,
Yes sorry about that extra character.
Actually it seems that the JQL works, but the syntax checker of the request displays the yellow warning, attesting the there is an error in the query. Also starting to type : status WAS IN ('Resolved', 'Closed') ... it doesn't propose the BY or DURING or any other keyword
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.