Is there a way to do this?
We have a large number of users in Active Directory, but only some of them are members of the group "jira-users". Is there a way to limit the users that are visible in autocomplete (e.g. in the "Watchers" field) to only "jira-users"?
ah, ah. Initially I completely misunderstood your question.
Change LDAP config to only select users from jira-users
(&(objectcategory=user)(memberof=CN=jira-users, ..<complete group name>))
(something like this)
For custom fields: https://plugins.atlassian.com/plugins/com.keplerrominfo.jira.plugins.usergrouppicker
Sorry. I comple
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.