| Redirection Notice This page should redirect to http://www.adaptavist.com/display/Plugins/Move+Comment. |
Description/Features
This plugin allows users to move a comment (and all its child comments) from one page to another. A move link is added next to the edit and remove links within a comment to allow it to be moved.
Installation
The plugin can be installed from the plugin repository or you can download manually and uploaded in the plugin manager.
To work with Confluence 3.1-3.5.
Usage
If you have permission to remove comments from a page, the Move link will be available within a comment. Clicking this link will open the custom action allowing you to select a new destination page.
You can enter the destination page title on this page. If you want to create a new page using the current comment click the create new page option. The top level comment will then become the content of the page and any child comments will be added to the new page.
The comment moves are actually implemented by deleting the comments of the old pages and recreating them on the new page, so you need to be aware that multiple emails will be sent out of moving a large comment tree.
If there are any links to Confluence content in the comments being moved. They will be automatically updated to point to the correct space if required. (Please note image links are not currently updated. This is something that isn't supported when moving any page content within Confluence.)


Comments (11)
Oct 20, 2009
Herman de Boer says:
Great idea! Regards, Herman.Great idea!
Regards, Herman.
Nov 14, 2009
Judy Payne says:
Perfect. Just what I needed.Perfect. Just what I needed.
May 07, 2010
Jonas Lindström says:
I installed the plugin but upon trying to move a comment, I encountered an error...I installed the plugin but upon trying to move a comment, I encountered an error:
java.lang.NullPointerException at com.atlassian.confluence.util.SelfPageLinkRenamingBean.escapeRegularExpression(SelfPageLinkRenamingBean.java:57)I tried moving both to a page that exists and to a new page, both resulted in the same error.
Any idea why?
Jul 02, 2010
Koh Choong Yong says:
I encountered the same problem with Confluence 3.2.1_01. Took some time to debug...I encountered the same problem with Confluence 3.2.1_01. Took some time to debug and found that the NullPointerException is at:
com.atlassian.confluence.util.escapeRegularExpression()
where the variable s is null.
Further debugging found that in
com.adaptavist.confluence.movecomment.DefautMoveCommentManager.getUpdatedOutgoingLinks()
The title property of dummyOldPage is the value that is eventually passed into escapeRegularExpression(), but the default value of title in Page is null.
I did a quick hack to change the code to
And I was able to move comments to both existing and new pages after this hack.
Question is, should I raise a ticket in MoveComment to include the hack, or should I raise a ticket in Confluence to check where the string passed into escapeRegularExpression() is null before calling replaceAll()?
Jul 02, 2010
Keith Brophy says:
Hi Koh, Many thanks for reporting this issue to us. We have in fact addressed ...Hi Koh,
Many thanks for reporting this issue to us.
We have in fact addressed this bug but have not been able to make a release as yet. Due to various time constraints and project deadlines, the release has had to be postponed.
We do plan on releasing an update (with this fix) shortly.
Regards,
Keith
Jul 23, 2010
Koh Choong Yong says:
Hi, I noticed that there is a new jar attached to this page. May I know the...Hi,
I noticed that there is a new jar attached to this page. May I know the changes that were added?
Choong Yong
Jul 23, 2010
Shannon Krebs says:
Wow, that was fast I have added a blog post about these releases here.Wow, that was fast
I have added a blog post about these releases here.
Jul 23, 2010
Koh Choong Yong says:
Great! Thanks for the effort in developing this plugin!Great! Thanks for the effort in developing this plugin!
Mar 29, 2011
Ian Hsieh says:
Hello, Is this plugin no longer supported? I tried downloading manually and fro...Hello,
Is this plugin no longer supported? I tried downloading manually and from the plugin manager and both failed. If I tried downloading manually, Chrome, Firefox, and Safari all tell me that the link results in too many redirects.
The 'download manually' link above seems to be a dead link.
Thanks,
Ian
Mar 29, 2011
Gareth Wilson says:
Try this http://www.adaptavist.com/download/attachments/42467930/moveComment-1.1...Try this http://www.adaptavist.com/download/attachments/42467930/moveComment-1.1.jar
Mar 29, 2011
Ian Hsieh says:
Thanks, Gareth. That link worked for me. Cheers! IanThanks, Gareth. That link worked for me.
Cheers!
Ian