Forums

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

how do i search the status WAITING FOR SUPPORT TICKETS alone

Vinothkumar Sekar
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!
November 13, 2022

assignee = currentUser() AND resolution = Unresolved order by updated DESC AND Status ='WAITING FOR SUPPORT' this is not working tell me what is wrong here

2 answers

1 accepted

1 vote
Answer accepted
Mohamed Benziane
Community Champion
November 14, 2022

Hi,

Welcome to the community

Can you try this:

assignee = currentUser() AND resolution = Unresolved AND status ='WAITING FOR SUPPORT' order by updated DESC

the word status must be written without capitalization, and the order need to be at the end of the query

Mahima_miniOrange_SSO
Atlassian Partner
November 14, 2022

Hi Mohamed,

I don't think JQL is case sensitive, Correct me if I am wrong.

I think the query was not running mainly because of ORDER BY, as it needs to be at the end of the statement.

Mohamed Benziane
Community Champion
November 16, 2022

Hi Mahima,

You're right, i'm so used to write without uppercase that i was feeling that is the correct method to write jql my bad !

Like Mahima_miniOrange_SSO likes this
0 votes
Mahima_miniOrange_SSO
Atlassian Partner
November 14, 2022

assignee = currentUser() AND resolution = Unresolved  AND Status ="WAITING FOR SUPPORT" order by updated DESC

Can you please try if this works @Vinothkumar Sekar 

Thanks,
Mahima

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events