The plugin allows you to move a comment made to wrong issue to the right one.
- Ability to move an issue's comment to another issue
- If you move a comment with issue's field changes or file attachments then just the comment (text field) will be moved. All the changes and files will be left attached to the old issue.
A copy of the plugin can be downloaded from GitHub: http://github.com/VoronyukM/redmine_move_comments
cd /path/to/redmine/plugins
git clone https://github.com/VoronyukM/redmine_move_comments.git
Restart the Redmine.
Migrate is not needed.
To uninstall the plugin migrate the database back and remove the plugin:
cd /path/to/redmine/
rm -rf plugins/redmine_move_comments
Further information about plugin installation can be found at: http://www.redmine.org/wiki/redmine/Plugins
You should be allowed to edit the comments for moving them, i.e. have 'Edit notes' or 'Edit own notes' permissions in Issue tracking section. See details: http://www.redmine.org/projects/redmine/wiki/RedmineRoles
The latest version of this plugin is only compatible with Redmine 2.4.x., 2.5.x, 2.6.x, 3.0.x, 3.1.x, 3.2.x
This plugin is licensed under the MIT license. See LICENSE-file for details.
Copyright (c) 2015 Mikhail Voronyuk, www.3soft.ru.