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.
This request has no parameters.
Returned the configuration of optional features in Jira.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/configuration' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Rate this page: