gotsunami / gitlab-copy

Batch copy issues between GitLab instances, with some cool features
MIT License
128 stars 20 forks source link

Add a move issues capability #1

Closed matm closed 8 years ago

matm commented 8 years ago

Right now, issues are copied from one project to another. Let's add a -move option on the CLI so that source issues are deleted after successful creation on target project.

matm commented 8 years ago

Instead of a CLI option, let's add a moveIssues boolean field in the config file.