The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 

TAGS
AUG Leaders

Atlassian Community Events