Constructor
new GroupsClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/groups'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
findGroups(opts, callback)
Returns groups with substrings matching a given query. This is mainly for use with the group picker, so the returned groups contain html to be used as picker suggestions. The groups are also wrapped in a single response object that also contains a header for use in the picker, specifically Showing X of Y matching groups. The number of groups returned is limited by the system property "jira.ajax.autocomplete.limit" The groups will be unique and sorted.
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
Object | The request options to use in the Jira API. Properties
|
||||||||||||
callback |
Called when the groups have been retrieved. |
- Source: