-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: REST API
-
None
-
1
-
2
Hi Team,
We have a requirement from customers who would prefer to retrieve the plugin versions of the installed plugins in their automations - to test whether the plugin version supports this automation or otherwise users should be notified on the plugin version incompatibility.
Currently for it needs admin privileges to access the plugin version or any specific information related to a plugin as per UPM REST API.
Can we provision the normal(non-admin) users to get the information about specific plugins using:
GET <JIRA_BASEURL>/URL/rest/plugins/1.0/{pluginkey}
This would be helpful for lot of users who are working on automations.
Thank you.