Using the REST API browser

The Atlassian REST API Browser (RAB) is a tool for discovering the REST APIs and other remote APIs available in Atlassian applications, including JIRA. It shows the available REST resources, the parameters required for them, and so on, and allows us to make a test call using valid input data. The RAB will return the response, as appropriate.

Most importantly, the RAB shows both internal JIRA APIs and external APIs exposed by third-party plugins. This is very useful as most of the methods exposed by third-party plugins and even some of the JIRA internal methods don't have proper documentation.

How to do it...

If you are running the Atlassian plugin SDK to develop a plugin, the RAB is already installed in the JIRA instance ...

Get JIRA Development Cookbook - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.