public class PriorityApi extends Object
| Constructor and Description |
|---|
PriorityApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<List<Priority>> |
getPriorities(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get priorities
Returns the list of all issue priorities.
|
io.reactivex.Single<Priority> |
getPriority(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get priority
Returns an issue priority.
|
public io.reactivex.Single<List<Priority>> getPriorities(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns the list of all issue priorities.
Permissions required: Permission to access Jira.
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<Priority> getPriority(String id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns an issue priority.
Permissions required: Permission to access Jira.
id - The ID of the issue priority.
(required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.