Returns general information about the current Jira server.
This request has no parameters.
Returns a full representation of the server info in JSON format.
ServerInfoBean
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/serverInfo' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Rate this page: