How to exclude AD users from autocomplete results based on group membership

Karl Ostmo March 28, 2012

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"?

2 answers

0 votes
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2012

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
0 votes
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2012

Sorry. I comple

Suggest an answer

Log in or Sign up to answer