filter based on Multi User Picker

Graeme Milligan April 8, 2014

HI All,

I ma having some issues trying to update the "Only my issues" filter on one of my boards to include user stories based on a custom field containing a multi-user picker.

Essentially we have user stories that are assigned to multiple engineers (cross functional groups), I have added a custom box that allows use to list several team members and this is woring fine. What I want to do is check to see if the currentUser is one of those listed in the field...

I got this far

assignee = currentUser() OR "Assigned to (multiple)" ~ currentUser()

but as the '~' operator is not supported by the Multi-user picker field this doesnt work.. anyone got any ideas?

1 answer

1 accepted

0 votes
Answer accepted
Jose Raupp
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.
April 25, 2014

Hi Graeme,

Please try the following query:

"<custom_field_name> in (currentUser())"

Cheers,

Jose Raupp

Graeme Milligan April 30, 2014

thanks Jose!!! that was exactly right.. wasnt sure how the 'in' keyword worked.

Suggest an answer

Log in or Sign up to answer