public class ConfigurationApi extends Object
| Constructor and Description |
|---|
ConfigurationApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ModelConfiguration> |
getConfiguration(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get global settings
Returns the global settings in Jira.
|
public ConfigurationApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<ModelConfiguration> getConfiguration(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns the global settings in Jira. These settings determine whether optional features (for example, subtasks, time tracking, and others) are enabled. If time tracking is enabled, this operation also returns the time tracking configuration.
This operation can be accessed anonymously.
Permissions required: None.
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.