How to Fetch Installed Apps in Jira Using OAuth 2.0?

Hey everyone,

I’m trying to fetch the list of installed apps in my Jira instance using the following endpoint:

GET <JIRA_BASE-URL>/rest/plugins/1.0/installed-marketplace

So far, I’ve only been able to authenticate using basic auth.

My Questions:

  1. Can I use OAuth 2.0 to authenticate requests to this endpoint? If yes, what scope should I use in my app?
  2. Is there an alternative endpoint in Jira REST API v2 or v3 that returns the list of installed apps in my instance?

Any insights would be greatly appreciated! Thanks in advance.

Hello @VasilisKokotakis

Nope. The old UPM API really is a relic from the Server days and just still happens to work on Cloud by coincidence more than anything else. You can Google that topic and see where it’s been discussed before.

Nope. Those endpoints are for managing Jira itself, not marketplace apps. If you search the documentation for those APIs, you’ll find there are no marketplace related endpoints.

Refer to AC-2530 requesting a API to provide the functionality you’re interested in.