Atlassian deprecation documentation in JSON-like format?

This is a question about atlassian deprecation documentation for Confluence, BitBucket and Jira. Currently the only form this documentation is available in is in HTML, but I was wondering if there is anyway to get documentation in JSON-like format?

For example pages like:

I want to extract deprecations from these pages and to do that I had to build a Groovy script which extracts from the DOM. The information I require for each deprecation is the following:

  • Fully qualified reference (e.g. package.Class)
  • Base reference (Class)
  • Description (including markup)

I couldn’t find any possible alternative but I just want to post on here just in case there is an easier and cleaner way?

1 Like