Forums

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

How to see list of "Epic Link's"

petro_zubko July 17, 2020

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?

1 answer

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Champion
July 17, 2020

Hi Petro, welcome to the Community. You need to use the "in" operator...

project = A AND Epic Link in (A,B,C)

petro_zubko July 20, 2020

It is exactly, what I needed. Thanks a lot

Suggest an answer

Log in or Sign up to answer