Forums

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

Advanced search using JQL

Sorana Zelinger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 30, 2020

trying to create a custom filter in JQL but for some reason all i get is a "!" mark 

this is all i've wanted to do :

reporter = currentUser() order by created DESC AND Resolution='בוטל' (which is in Hebrew) 

but it doesnt matter which operator i use the result is always the same cant run query 

 

pls help or advice 

1 answer

1 vote
Bastian Stehmann
Community Champion
September 30, 2020

Hi @Sorana Zelinger ,

 

welcome to the community.

You have to move the order by part to the end, then it should work:

eporter = currentUser() AND Resolution='בוטל'  order by created DESC 

Sorana Zelinger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 30, 2020

Right.Thanks 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events