Filter out (issues of projects A and B) AND (issues of project C that contain label X)

lorenasb July 10, 2019

Hi all,

We need to filter out (issues of projects A and B) AND (issues of project C that contain label X) in Jira server.

We want to use this filter for one of our tasks board. Is this possible?

Thanks!

Lorena.

 

 

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 10, 2019

Hello,

It would be like this:

project in ("A", "B") or (project = "C" and labels in ("X"))

Suggest an answer

Log in or Sign up to answer