Multi User select not working on simple search

danielm September 11, 2012

I need to know the following.

I create a multi-user select custioom field.

I put it on the default/resolve/workflow screens and it will allow the selection of multiple users seperated by commas.

If I try and create a filter using simple search it will only allow a single user to populate.

If I try and do an advanced filter it will only allow me to filter one assignee at a time.

is there a query or patch for this

2 answers

0 votes
danielm September 17, 2012

project = "Member Inquiry" and reporter in (SarahK, DanielM, NicholasP, CharlesB) ORDER BY assignee DESC

project = "Member Inquiry" and assignee in (SarahK, DanielM, NicholasP, CharlesB) ORDER BY assignee DESC

I did advance queires this stuff pulls but in weird ways -- this definitely is not SQL

0 votes
Christian Czaia _Decadis AG_
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.
September 11, 2012

I don't know what your multi-user select field is representing but an issue can only have ONE assignee at a time. In general you can filter for multiple users using sth. like this:

...AND custom_field IN (person_X,person_Y)...

Suggest an answer

Log in or Sign up to answer