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: 

JQL syntax to create a Filter selecting only certains labels

Veruska Cuni
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!
July 20, 2022

Hi I created a filter for a new Dashboard, here the link of the filter I set up


project = PIPPO AND labels in (A, B, C) ORDER BY project ASC

Not sure why but the filer is not excluding the rest of the LABELS.
Any clue how I can fix the Filter ?
Thanks

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sayed Bares [ServiceRocket]
Community Champion
July 20, 2022

Welcome to the community Veruska.

Can you explain your use case a bit further? do you want to show issues which must have those three labels? in that case you will need to use the following JQL:

project = PIPPO AND labels = A AND labels = B AND labels = C

For your information, labels in (A, B, C) will show you all issues which has any of the label A, B or C.

TAGS
AUG Leaders

Atlassian Community Events