gotsunami / gitlab-copy

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

Copy labels only between projects #9

Closed matm closed 8 years ago

matm commented 8 years ago

Add a labelsOnly entry in config file to easily copy labels between two projects:

from:
  url: https://gitlab.mydomain.com
  token: atoken
  project: namespace/project
  labelsOnly: true
to:
  url: https://gitlab.sameorotherdomain.com
  token: anothertoken
  project: namespace/project

Label attributes are conserved.