This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
gitlab-copy version 0.6.6
- Add moving issues capability, with
moveIssues
. #1 - Add support for user ID mapping in notes, with
users
. #5 - Auto-close an issue after copy, with a link to new one, with
autoCloseIssues
,linkToTargetIssue
andlinkToTargetIssueText
parameters. #6 - Add an option to copy milestones only, with
milestonesOnly
. #13 - Apply labels to closed issues (Manoj Govindan)