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?
Cheers, Sam
Try as below
https://baseurl/rest/api/2/search?jql=project%3DSANDBOXJSD%20and%20status%20%3D%20Triage
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Samuel Donadelli , Glad to be of help! :)
Can you also accept the answer (tick mark before my answer) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.