Create a Swimlane that refers multiple Epic Links

Carlota Vendrell January 8, 2019

I want to create a Swimlane that shows tasks that contain different Epics. How can I write it in JQL?

I tried this: "Epic Link" = "Epic1" AND "Epic Link" = "Epic2" AND "Epic Link"= "Epic3" but it does not work!

1 answer

3 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.
January 8, 2019

Hello,

It should be 

"Epic Link" = "Epic1" OR "Epic Link" = "Epic2" OR "Epic Link"= "Epic3" 

Suggest an answer

Log in or Sign up to answer