Forums

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

How can I filter my report based on a specific label/s?

Alireza Payesteh
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 21, 2021

I'm trying to create a report (search for issues >>Advance), it only allows me to sort the labels ACS or DEC. However, I need to see the tasks with a specific label there. I appreciate if anyone can help here. Thanks.

1 answer

0 votes
Leo
Community Champion
September 21, 2021

Hi @Alireza Payesteh,

you can run below query to find tasks/issues with specific label

project = KEY AND labels = "A"

or if you want to find issues in anyone of the labels you require then you can try below

project = KEY AND labels in ("A","b")

hope this helps

 

BR,

Leo

Suggest an answer

Log in or Sign up to answer