Hi, Team. I am trying to find a way to see issues in few Epics at the same time. In our project we have more than 20 Epics with issues in each.
If I do: project = A AND Epic Link = B it shows me issues only in B Epic.
Have tried: project = A AND Epic Link = ('A,B,C') gives me error (Epic Link not supporting lists)
project = A AND Epic Link = A, OR Epic Link =B, OR Epic Link = C, OR Epic Link = D .... is not an option
Any ideas?
Hi Petro, welcome to the Community. You need to use the "in" operator...
project = A AND Epic Link in (A,B,C)
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.