So, I'm trying to create a form for 'Internal Requests' for our implementation folks. They have a need to be able to enter requests for our customers (ie: setup this environment, etc), but I don't want those same customers to have access to the Service Desk.
I had hoped I could get away with using a 'multi-user picker' custom field, so I added that to the project and 'lo, no users were found.
I then enabled the 'Customers can search for other customers when adding participants' setting, which then let me search for users who were customers/collaborators/agents of that service desk.
So the question is:
Is there a way to expand the search scope of a multi-user picker field to users not included in the service desk, while still preventing those same users from accessing the service desk?
Hi @Eban Tomlinson
Currently this is not possible. From the customer portal a user picker will only show customers of that service desk.
It is however possible to add any user from the JIRA view.
In regards to making it possible to configure the customer portal to show all users in user pickers, please have a look at https://jira.atlassian.com/browse/JSD-2037 and add any additional information as to your particular use case. I would also encourage you to vote and watch that issue for any updates.
Regads
Matt
JIRA Service Desk developer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even though this is old, Matt's answer "From the customer portal a user picker will only show customers of that service desk." gave me the clue I needed for my scenario:
1) We want internal customers to submit a request for production access.
2) They have to select an approver from a custom user picker filtered to a group called "Prod Access Approvers".
3) It wasn't working in the portal but did work in the Create Issue screen.
4) Based on Matt's comment I added "Prod Access Approvers" to the Service Desk Customers role for the project.
5) Boom! Works perfectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.