Hello !
We are writing a Forge application which has the ability to archive Confluence pages.
To archive Confluence pages, we use the Confluence Cloud REST API v1 Archive pages request.
As stated in the documentation, we added the following scope in the manifest: write:confluence-content
.
Upon deployment+installation of the app, an “App user” representing the app is created in the targeted Atlassian instance and this user is granted some permissions.
Our “App user” has no permission to Archive pages.
My understanding was that the Archive permission would have been granted to the app.
Is it a bug ? Do we need to do something special to grant the Archive Confluence page permission to a Forge app ? Is there an undocumented scope to add to the manifest ?
Thanks for your support !