Minumum supported releases of Atlassian products

Hi,

I’m looking for resources similar to
https://my.atlassian.com/download/feeds/current/bitbucket.json
https://my.atlassian.com/download/feeds/current/confluence.json
https://my.atlassian.com/download/feeds/current/jira.json

but for the minimum supported releases of the Atlassian products.

I know about
https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html
but I don’t want to parse the HTML.

Does anyone know about such resources or have an idea how this information can be fetched programmatically?

Cheers, Tino

1 Like

Try replacing /current/ with /archived/ in those urls: https://my.atlassian.com/download/feeds/archived/bitbucket.json

After that you’ll have to parse the dates in the json file.

2 Likes

Thanks a lot :slight_smile:
Not as easy as for current or EAP versions, but way better than having to parse the HTML of the EOL page.