Function get_configuration

Source
pub async fn get_configuration(
    configuration: &Configuration,
) -> Result<Configuration, Error<GetConfigurationError>>
Expand description

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.