The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I see the history for a page comment?

sjolar
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!
September 3, 2013

Let's say that I add a comment on a page, and then edit the comment: is it possible to see the version history on the comment?

Thanks!

/Lars

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Septa Cahyadiputra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 3, 2013

Hi Lars,

Actually Confluence will indeed create a version of a comment which means the history is keep. However it is not possible to review the history on the UI as it only stored on Confluence database.

In order to review the version you could use the following steps:

  1. Navigate to the comment and "Right Click" and choose "Copy Link" of the comment operation link. For example, "reply", "edit" or "like"
  2. Those links will give you the comment ID

Use those comment ID using the following SQL query

SELECT b.BODY, c.LASTMODIFIER, c.LASTMODDATE FROM bodycontent b JOIN content c on b.contentid = c.contentid WHERE c.prevver = <commentid>;

Hope it helps.

Cheers,
Septa Cahyadiputra

sjolar
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!
September 4, 2013

Excellent, works like a charm! Thanks!

/Lars

0 votes
Septa Cahyadiputra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 4, 2013

My pleasure

0 votes
Sreenivasaraju P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 3, 2013

Whenever we add/edit comment, system doesn't create a version. so we can't see this.

TAGS
AUG Leaders

Atlassian Community Events