Is there any way to get an RSS feed for all new releases of Atlassian products? We use Jira, Confluence, Fisheye, Bamboo and Bitbucket, and i'd like to keep on top of any new versions of these that are released (without having to subscribe to all of the associated blogs if I can avoid it).
I know this is an oldie question, but I stumbled upon it via search results and want to provide the answer courtesy the helpful answer on another question:
Hi all! If you have stumbled here, you probably are looking to build some business logic to download the latest archive(s) whenever they are available.
Yet you have probably learned that the RSS feeds only contain some releases and lack other information.
Because of that I opened a support case and a great support engineer gave me this URL that is a JSON that contains all the information you could think of – it's basically everything that you can find on the regular release pages for Jira, Bitbucket and Confluence.
https://puds.prod.atl-paas.net/rest/v1/upgrade/info
He linked me to https://confluence.atlassian.com/support/pre-upgrade-planning-tool-973479832.html where this URL is also noted.
The URL has some query parameters like:
?product=bitbucket
?product=jira
?product=conf
?product=bitbucket&version=9.4.0
?product=jira&version=9.4.0
?product=conf&version=9.4.0
if I learn about more query parameters offered by the API there, I'll edit this post.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.