Where to check Jira cloud application version, database, OS details?
Hey @radhika_mylapur ,
what's your use case for getting this information.
Part of going to Cloud is you no longer need to worry about any underlying infrastructure or builds. So I'm curious what you would use the information for as it has no specific relevance in any day to day operations of the platform for a client.
You can obtain the version and build number details of Jira Cloud by using the rest API endpoint /serverInfo.
Edit the site URL to be in the below format and hit Enter
https://<your-domain>.atlassian.net/rest/api/3/serverInfo
3. The result will be the JSON which will contain the versionNumber and buildNumber objects that gives the version and build details.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.