new GroupUserPickerClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/groupuserpicker'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
findUsersAndGroups(opts, callbackopt) → {Promise}
Returns a list of users and groups matching query with highlighting. This resource cannot be accessed anonymously.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
Object | The request options to send to the Jira API. Properties
|
|||||||||||||||||||||||||||||
callback |
<optional> |
Called when the search is completed. |
- Source:
Returns:
Resolved when the search is completed.
- Type
- Promise