Is it possible to edit version comments after they are created?

Alexandra Astor March 22, 2023

Hello!

I am wondering if it is possible to edit the content of a version comment after it is created.

Capture.PNG

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 22, 2023

Hi @Alexandra Astor ,

unfortunately page comment, added during page publishing, are not editable.

Fabio

Alexandra Astor March 22, 2023

That is a bummer - but thank you for your quick reply!

Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 22, 2023

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

enrique piera serra January 25, 2024

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events