Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

list of pages being edited

Ruud Grosmann April 29, 2014

I have to migrate confluence to another machine. Is it possible to get a list of pages being edited, so that I can warn the individual users to save their work before the export of the data really starts?

thanks, Ruud

2 answers

1 accepted

0 votes
Answer accepted
Ruud Grosmann April 29, 2014

It can be done with this query on the confluence database:

select creator from content where CONTENTTYPE='DRAFT' and creationdate >= (now() - interval '1 day');

or similar

0 votes
Boris Georgiev _Appfire_
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 Leaders.
April 29, 2014

Currently this does not seem to be possible - see this open issue https://jira.atlassian.com/browse/CONF-4943

You may try to implement somthing custom through the confluence API by calling findDraftsForUser(com.atlassian.user.User user) from com.atlassian.confluence.pages.DefaultDraftManager

Ruud Grosmann April 29, 2014

I have had a good look at the drafts tables in the confluence database, but they don't seem to be updated when I open a page for editing. I use confluence 3.5.9, maybe in that version drafts are not stored in the database.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events