Access to Jira from Confluence

Hello,
how can i access to Jira from a Confluence app?
I set the permission read:jira-work
With this code i do not get a result:
const res = await requestJira(/rest/api/3/issue/10019/comment);
const data = await res.json();
Cheers

Hello @feswnetwork,

Your app will need to be installed on both Jira and Confluence, even if the Jira app doesn’t contain any Jira specific code, only permission(s).

See previous post on this topic:

2 Likes