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!
Hello,
It should be
"Epic Link" = "Epic1" OR "Epic Link" = "Epic2" OR "Epic Link"= "Epic3"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.