Plugins Directory » Merge issues
|
|
Author: | Vincent Vanwaelscappel |
|---|---|---|
| Website: | https://github.com/EnhydraV/redmine_merge_issues | |
| Code repository: | https://github.com/EnhydraV/redmine_merge_issues | |
| Registered on: | 2026-04-15 (11 days ago) | |
| Current version: | 0.0.3 | |
| Compatible with: | Redmine 6.1.x, 6.0.x | |
| User ratings: |
Merge two Redmine issues into one, preserving all their history.
This plugin adds a Merge action to Redmine issues. It allows you to merge a source issue into a destination issue, consolidating all related data without losing any history.
Features
When merging a source issue into a destination issue, the plugin transfers:
Comments (journals): moved to the destination issue, with an added note indicating the original issue they came from
Time entries: reassigned to the destination issue
Attachments: moved to the destination issue
Sub-issues: re-parented to the destination issue
Issue relations (links): transferred to the destination issue
Source issue description: appended as a comment on the destination issue
After the merge, the source issue is closed with a comment referencing the destination issue.
Changelog
0.0.3 (2026-04-21)
Compatible with Redmine 6.1.x, 6.0.x.
Merge feature is now in the issue dropdown menu (...) and no more below description.
0.0.2 (2026-04-20)
Compatible with Redmine 6.1.x, 6.0.x.
Revisions from the origin issue are now moved to the destination issue
0.0.1 (2026-04-15)
Compatible with Redmine 6.1.x, 6.0.x.