Hi,
I have to get all installed addons on my jira instance using java api. Any idea what’s the equivalent of the following rest : GET /rest/plugins/1.0/ ?
Many thanks
Ahmed
Hi,
I have to get all installed addons on my jira instance using java api. Any idea what’s the equivalent of the following rest : GET /rest/plugins/1.0/ ?
Many thanks
Ahmed
Hi Ahmed,
you can try to use the getPlugins()
method from the Class DefaultPluginManager
.
Check out this page for detailed information. DefaultPluginManager (Atlassian Plugins - Core 3.3.6 API)
Hope this helps
Hi Taylan,
I have already used getPlugins() method but it doesn’t retrieve licensing details like if it’s on trial or maintenance expired like the rest api: How to Access UPM REST API for License Details | Jira | Atlassian Documentation
Thanks
Ahmed