Forums

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

JQL filtering not working properly

Samuel Donadelli July 13, 2018

Hello community,

I am trying to JQL filter all issues from project="SANDBOXJSD" that is in status = 'Triage'.

Issue is that is returning all issues withouth filtering the ones with status = 'Triage'.

How could I properly filter it?

 

https://jira.xxxx.ca/rest/api/2/search?jql=project="SANDBOXJSD"&jql=expand=fields.customfield_11200.currentStatus.status="Triage"

 

Cheers, Sam 

1 answer

1 accepted

1 vote
Answer accepted
Fazila Ashraf
Community Champion
July 13, 2018

Hi @Samuel Donadelli

Try as below

https://baseurl/rest/api/2/search?jql=project%3DSANDBOXJSD%20and%20status%20%3D%20Triage

 

 

Samuel Donadelli July 13, 2018

@Fazila Ashraf you rock! It is working properly. Thanks a lot, Sam 

Fazila Ashraf
Community Champion
July 15, 2018

@Samuel Donadelli , Glad to be of help! :)

Can you also accept the answer (tick mark before my answer) ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events