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
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
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)...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.