| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<Iterable<Group>> |
GroupRestClient.findGroups()
Find all groups, limited by the system property "jira.ajax.autocomplete.limit"
|
io.atlassian.util.concurrent.Promise<Iterable<Group>> |
GroupRestClient.findGroups(String query,
String exclude,
Integer maxResults,
String userName)
Returns groups with substrings matching a given query.
|
Copyright © 2022 Atlassian. All rights reserved.