Hello!
We are developing a Jira Forge app in which we want to add a field for selecting pages from Confluence.
As I understood, there is no possibility to directly query Confluence pages from the Jira Forge app, even using Application links.
I found a query to search for pages on Jira side for remote links: /rest/confluenceIssueLink/latest/confluence/search?appId=${appId}&maxResults=20&query=${query}, but it is not accessible from the Forge App either. It throws an error "OAuth 2.0 is not enabled for method: GET /rest/confluenceIssueLink/latest/confluence/search" when trying to access it.
Could you please tell me, if there are any other ways to retrieve pages from Confluence?
Best regards,
Stas