Hello, I want to work with attachments - via REST API - at new confluence page. (Never published.)
URL of such page:
https://jankalendovskymorosystems.atlassian.net/wiki/spaces/EASYMINDCL/pages/edit-v2/109215748?draftShareId=c4650c6d-8cc9-4d45-bb92-114987f26614
Result - http 403 - forbidden. (Or 404 not found.)
I tried:
POST /rest/api/content/109215748/child/attachment?status=draft ... 403 forbidden
POST /rest/api/content/109215748/child/attachment ... 404 not found
GET /rest/api/content/109215748?status=draft ... 403 forbidden
GET /rest/api/content/109215748 ... 404 not found
GET /rest/api/content/109215748/child/attachment?filename=xxx ... 403 forbidden
GET /rest/api/content/109215748/child/attachment?filename=xxx&status=draft ... 403 forbidden
We call confluence REST API from addon running in Tomcat - signing via JWT.
"scopes": ["read", "write", "delete"]Also tried with
"scopes": ["admin"]The same calls on published page works fine:
GET /rest/api/content/65538/child/attachment?filename=xxx ... OK http 200
GET /rest/api/content/65538/child/attachment?filename=xxx&status=draft ... OK http 200
Both pages (unpublished and published) where created by myself via "+" (blueprint dialog) as empty. (I filled a caption and put a simple sentence.)
More over, after I have published the page 109215748, the same REST APIs started to work.
-----
Usecase:
We are developing plugin Xyz for cloud. (There is already working Xyz for server Confluence.)
The plugin lets users to save data. Data is saved as confluence attachment.
The plugin also lets users to save data at new - never published page.
The plugin Xyz for server-confluence works fine - saving attachment at unpublished page works.
I would like the plugin Xyz for cloud to work fine as well.
-----
Can you help me?
Hi Ole,
It seems that this issue is related to the feature request that you raised CONF-25822. I suspect that this is the behaviour with the user that currently in session, does it always your name that is displayed as Full name, even when it's viewed by other user?
This turned out to be a bug: When @mention a user with a name A-Z it's displayed as a number (employeeID) as username. BUT when @mention people with non-latin characters Confluence decides to display the Full name! And it can be reproduced 100% of the times.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid we cannot see support requests in Atlassian's system, other than our own.
You'll need to explain the problem in public to get any feedback here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.