How to add comment in page history

Filip Stefanov August 24, 2017

How can i add such comment from REST API

can't see it in the GUI too.

confluence-page-comment.png

 

5 answers

1 accepted

7 votes
Answer accepted
Ran
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 24, 2017

History comment can be added via REST API by sending: 

PUT /wiki/rest/api/content/{content_id}

{
"id": "content_id",
"title": "Page title",
"space": {"key": "SPACEKEY"},
"type": "page",
"body": {
"storage": {
"value": "Page body",
"representation": "storage"
}
},
"version": {
"message": "version comment",
"number": 2
}
}

 Or on the UI when saving the page

image.png

Once a version comment has been saved, it is not possible to change anymore.

James Breslin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 21, 2019

I cannot see this function?

Nivedita September 13, 2019

Yes. I am also unable to view this feature. 

Julian McEwen October 23, 2019

also cannot find it 

Peter_Millikin November 16, 2019

ability to write comment when saving a page seems to have disappeared, anyone know how to get it back?

Like # people like this
Doug Matthews
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 9, 2020

Also looking for UI comment feature and can't find it!

Marian.Dub
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 11, 2020

The comments feature in version control has been removed in the new editor.

If you want it back, please vote here:
https://jira.atlassian.com/browse/CONFCLOUD-65695

Mick Bass
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2021

For those trying to find this functionality in Atlassian Cloud circa January 2021 - to the right of  "Publish" while editing the page, choose the three horizontal dots, then "Publish with version comment".

Screen Shot 2021-01-29 at 5.55.22 PM.png

Like # people like this
Poat May 5, 2021

this option doesn't exist for initial publish

Like Laura Bier likes this
6 votes
amiram.fuerst February 19, 2020

Hi,

Is there any way to enforce filling comment whenever we want to update a page version?

This will prevent the need for adding comments for previous versions of a page

Andre Bal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 30, 2020

I would like to bump this.

Gord Anderson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 8, 2021

I would also like this ability.

5 votes
HuyNK
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 5, 2020

How to show it in the GUI? Or what kind of pages would have that "What did you change?" box enabled in GUI?

Doug Matthews
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 9, 2020

Also looking for this functionality!

Mei Lee Fung March 27, 2020

 Me too!  where did it go?

Peter Saro April 25, 2020

Seems like it is only in Old editor but not in a new one.

Like Jeremy Royster likes this
Maïté Puig
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 28, 2020

Do you now when a new release will have the fix so that we can add the comment when publishing a new version ? Having history without the comment is hard to use ! HELP !

Like # people like this
Marian.Dub
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 11, 2020

The comments feature in version control has been removed in the new editor.

If you want it back, please vote here:
https://jira.atlassian.com/browse/CONFCLOUD-65695

Like Laura Bier likes this
2 votes
Helen Hong
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 20, 2020

Can we please add this back on? its so terrible navigating through all the changes

1 vote
Fabian Hußl November 21, 2018

Hi, 

is there a possibility to update a page with REST to generate a new version while keeping the whole page content.

I’ve noticed that no new version is created unless the title or content changes.
I want to create a new page version triggered by the click on a checkbox, but keep the complete content. I just want to set a version message.

On the UI, when saving the page, this is possible.

Cheers,
Fabian

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events