Package com.atlassian.jira.rest.v2.admin
Class ConfigurationResource
java.lang.Object
com.atlassian.jira.rest.v2.admin.ConfigurationResource
@Path("configuration")
@Consumes("application/json")
@Produces("application/json")
public class ConfigurationResource
extends Object
- Since:
- v6.4
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResource(JiraAuthenticationContext authenticationContext, ConfigurationBeanFactory configurationBeanFactory, ResponseFactory responseFactory) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseReturns the information if the optional features in Jira are enabled or disabled.
-
Constructor Details
-
ConfigurationResource
@Inject public ConfigurationResource(JiraAuthenticationContext authenticationContext, ConfigurationBeanFactory configurationBeanFactory, ResponseFactory responseFactory)
-
-
Method Details
-
getConfiguration
@GET public jakarta.ws.rs.core.Response getConfiguration()Returns the information if the optional features in Jira are enabled or disabled. If the time tracking is enabled, it also returns the detailed information about time tracking configuration.
-