Hello!
I am wondering if it is possible to edit the content of a version comment after it is created.
Hi @Alexandra Astor ,
unfortunately page comment, added during page publishing, are not editable.
Fabio
That is a bummer - but thank you for your quick reply!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Btw, you could try to use the following workaround (https://jira.atlassian.com/browse/CONFCLOUD-65695)
Push a change comment to Confluence using REST-API
curl -u EMAIL-ADDRESS:API-TOKEN -X PUT http://YOUR-INSTANCE.atlassian.net/wiki/rest/api/content/CONTENT_ID -d '{"type":"page","title":"NEW TITLE","version":{"message":"CHANGE COMMENT", "number": 2}, "space":{"key”:”YOURSPACEKEY”}}’ -H 'Content-type: application/json'
but it is not so simple for a not developer user.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does that workaround work when the version number is an old number?
I also read that the title needs to be different to have an effect, right??
However, it did not seem to work for me :S
Perhaps because of permissions?
The curl command did not give me any reply message
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.