Hi,
I filtered an epic with a project key like this, "epic link" = ABC-001.
It works, but If I want to filter multiple epics, I haven't succeeded e.g. like this,
"epic link" = ABC-001, ABC-002 or "epic link" = ABC-001; ABC-002
Could someone advice how to do it?
Thank you,
Hi,
If you want to filter multiple epics you have to make your JQL this way:
"epic link" in (ABC-001, ABC-002)
In fact, every time you want to do a JQL which filters multiple values for a field, you should use "in" operator.
Regards,
Marcos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.