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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.