You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello Everyone,
I just want to know the Jira version of my cloud instance using REST api. The Jira version should be in the format such as 9.7.1, 8.1.3. But there is no api I found for it.
However I got the one, https://your-domain.atlassian.com/rest/api/3/serverInfo which responds the server info and it does not contain the version number I required.
It contains the information related to version and build number like below, which doesn't cover my use case.
version": "1001.0.0-SNAPSHOT"
buildNumber: 100221,
Is there any REST api or some other way through which I can get the JIRA cloud version in format such as 9.7.1, 8.1.3 ?
I won't repeat what the others have said, but I do want to ask why you think you want this version number.
It is of absolutely no use to a subscriber to the service. The only use for it is for a bit of Compliance logging and the answer to "what version was/is it?" is "latest at the time".
Hi @suman_b ,
Welcome to the Community! This other post may be helpful: https://community.atlassian.com/t5/Jira-Software-questions/Is-there-an-official-version-number-for-the-current-Jira-Cloud/qaq-p/1477775
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @suman_b and welcome to the community,
As both @Carlos Garcia Navarro and @marc -Collabello--Phase Locked- stated with their post, in cloud there is no version ingredient number like on server. And as Nick said on the link provided by Carlos, you are running the latest cloud version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can check Jira Software version on the footer of any page in JIRA. It will be written in grey font. Or you can go to Applicatons->Versions and Licenses. You can see there the verisons of Jira Software, Jira Service Desk and Jira Core.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@ameliaava this is valid only for server and DC. Not for cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no cloud version similar to the server versions. That means a version like 9.7.1 simply does not exist on cloud.
Cloud versions change all the time, and Atlassian does not commit to using a user visible version specifier. Also Atlassian uses feature flags to roll out new features, and that means in effect that different users could see a "different" Jira version.
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.