Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Multi User Select Custom field

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

1 answer

0 votes
Marcus Silveira
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 11, 2012

You can try using IN to search for a group of users using JQL(advanced search).

e.g. "multi user picker field" IN ("user1","user2")

This will bring issues that have any of those users.

If you want to bring only issues that have both users included, you can use AND to search for each user.

e.g. " multi user picker field " = user1 AND " multi user picker field " = user2

This will bring issues that have both users, even if there are more users on the field.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events