| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api | |
| org.everit.atlassian.restclient.jiracloud.v3.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<User> |
UserApi.createUser(UserWriteBean requestBody,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create user
Creates a user.
|
io.reactivex.Single<User> |
UsersApi.createUser(UserWriteBean requestBody,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create user
Creates a user.
|
io.reactivex.Single<List<User>> |
UserSearchApi.findAssignableUsers(Optional<String> query,
Optional<String> sessionId,
Optional<String> username,
Optional<String> accountId,
Optional<String> project,
Optional<String> issueKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<Integer> actionDescriptorId,
Optional<Boolean> recommend,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users assignable to issues
Returns a list of users that can be assigned to an issue.
|
io.reactivex.Single<List<User>> |
UserApi.findAssignableUsers(Optional<String> query,
Optional<String> sessionId,
Optional<String> username,
Optional<String> accountId,
Optional<String> project,
Optional<String> issueKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<Integer> actionDescriptorId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users assignable to issues
Returns a list of users that can be assigned to an issue.
|
io.reactivex.Single<List<User>> |
UserApi.findBulkAssignableUsers(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> projectKeys,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users assignable to projects
Returns a list of users who can be assigned issues in one or more projects.
|
io.reactivex.Single<List<User>> |
UserSearchApi.findBulkAssignableUsers(String projectKeys,
Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users assignable to projects
Returns a list of users who can be assigned issues in one or more projects.
|
io.reactivex.Single<List<User>> |
UserApi.findUsers(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<String> property,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users
Returns a list of users that match the provided search string and property.
|
io.reactivex.Single<List<User>> |
UserSearchApi.findUsers(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<String> property,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users
Returns a list of users that match the search string and property.
|
io.reactivex.Single<List<User>> |
UserApi.findUsersWithAllPermissions(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> permissions,
Optional<String> issueKey,
Optional<String> projectKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users with permissions
Returns a list of users who fulfill these criteria: their user attributes match a search string.
|
io.reactivex.Single<List<User>> |
UserSearchApi.findUsersWithAllPermissions(String permissions,
Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> issueKey,
Optional<String> projectKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users with permissions
Returns a list of users who fulfill these criteria: * their user attributes match a search string
|
io.reactivex.Single<List<User>> |
UserApi.findUsersWithBrowsePermission(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> issueKey,
Optional<String> projectKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users with browse permission
Returns a list of users who fulfill these criteria: their user attributes match a search string.
|
io.reactivex.Single<List<User>> |
UserSearchApi.findUsersWithBrowsePermission(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> issueKey,
Optional<String> projectKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users with browse permission
Returns a list of users who fulfill these criteria: * their user attributes match a search string
|
io.reactivex.Single<List<User>> |
UsersApi.getAllUsers(Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all users
Returns a list of all (active and inactive) users.
|
io.reactivex.Single<List<User>> |
UsersApi.getAllUsersDefault(Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all users default
Returns a list of all (active and inactive) users.
|
io.reactivex.Single<User> |
CurrentUserApi.getCurrentUser(Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get current user
Returns details for the current user.
|
io.reactivex.Single<User> |
MyselfApi.getCurrentUser(Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get current user
Returns details for the current user.
|
io.reactivex.Single<User> |
UserApi.getUser(Optional<String> accountId,
Optional<String> username,
Optional<String> key,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user
Returns a user.
|
io.reactivex.Single<User> |
UsersApi.getUser(Optional<String> accountId,
Optional<String> username,
Optional<String> key,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user
Returns a user.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
IssueApi.assignIssue(String issueIdOrKey,
User user,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Assign issue
Assigns an issue to a user.
|
io.reactivex.Single<Object> |
IssuesApi.assignIssue(String issueIdOrKey,
User user,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Assign issue
Assigns an issue to a user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.accountId(String accountId) |
User |
Project.getArchivedBy()
The user who archived the project.
|
User |
Component.getAssignee()
The details of the user associated with `assigneeType`, if any.
|
User |
ComponentWithIssueCount.getAssignee()
The details of the user associated with `assigneeType`, if any.
|
User |
AttachmentMetadata.getAuthor()
Details of the user who attached the file.
|
User |
Project.getDeletedBy()
The user who marked the project as deleted.
|
User |
WorkflowScheme.getLastModifiedUser()
The user that last modified the draft workflow scheme.
|
User |
Component.getLead()
The user details for the component's lead user.
|
User |
ComponentWithIssueCount.getLead()
The user details for the component's lead user.
|
User |
Project.getLead()
The username of the project lead.
|
User |
Filter.getOwner()
The user who owns the filter.
|
User |
FilterDetails.getOwner()
The user who owns the filter.
|
User |
FoundFilter.getOwner()
The user who owns the filter.
|
User |
Component.getRealAssignee()
The user assigned to issues created with this component, when `assigneeType` does not identify a valid assignee.
|
User |
ComponentWithIssueCount.getRealAssignee()
The user assigned to issues created with this component, when `assigneeType` does not identify a valid assignee.
|
User |
FilterSubscription.getUser()
The user subscribing to filter.
|
User |
User.key(String key) |
User |
User.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserList.getItems()
The list of items.
|
List<User> |
PageBeanUser.getValues()
The list of items.
|
List<User> |
Votes.getVoters()
List of the users who have voted on this issue.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentWithIssueCount |
ComponentWithIssueCount.assignee(User assignee) |
ComponentWithIssueCount |
ComponentWithIssueCount.lead(User lead) |
ComponentWithIssueCount |
ComponentWithIssueCount.realAssignee(User realAssignee) |
void |
ComponentWithIssueCount.setAssignee(User assignee) |
void |
ComponentWithIssueCount.setLead(User lead) |
void |
ComponentWithIssueCount.setRealAssignee(User realAssignee) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.