Hi,
I am trying to check if a Jira addon is installed on a Jira site - api will be called from a Confluence addon(we use OAuth app to integrate Jira & Confluence sites).
I have tried these solutions:
- /rest/atlassian-connect/1/addons/{appKey}, but it returned error Scope does not match.
- I also tried /rest/atlassian-connect/1/addons/{addonKey}/properties (can be used with any scope) but it return error App key not found.
- tried to check if this Jira addon is listed as an user type “app”, but didn’t get anything (maybe due to that Jira addon’s configuration)
Could you point out why did I get this error, or could you suggest me any other ways?
Thank you!