We have a custom field that allows us to select teams that are to work on an epic.
I am not the admin and not sure of the type used to create the field. However when editing an epic the field allows multiple choice from a list of teams, where multiple teams can be selected by holding the Ctrl key and clicking.
I am trying to create a swim-lane query that matches epics assigned on one of the teams, say "fooTeam" for example.
The following works fine for epics that are assigned solely on this team:
cf[12345] in (fooTeam)
However it does not match when this team, and any other team(s) are assigned. That is both fooTeam and barTeam are assigned on one epic.
How can create a query that
Thanks for your help! /T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.