Hi Community,
is it possible to restrict the selection list in a user picker field to a certain AD group.
lets say that in the "Field 1" field only the people from the AD group "group_1" are displayed.
That would prevent subsequent errors in the workflow, especially if the people cannot be selected at all.
i am thankfull for any tip.
Best regards
Yes there is.
Thank you mate, this is perfect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. As a Jira Administrator navigate to your custom field's configuration and select User filtering there.
Check the box Enable group or project role filtering and select the desired group(s)/project role(s) from the list.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thx mate, its perfect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Best option that came to my mind is to use script runner behavior. You can use isUserInGroup to check if current user is in particular group. If yes, show hidden fields/field options.
Regards,
Seba
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.