xmunoz / bugzilla2gitlab

An issue migrator
MIT License
32 stars 19 forks source link

Introduce check if use_bugzilla_id is enabled #31

Open abbbi opened 3 years ago

abbbi commented 3 years ago

If Option use_bugzilla_id is enabled and one of the sudo users is missing required ownership, API silently ignores the iid flag and auto-generates the id.

Introduce check if the generated issue id does not match the bugzilla bug id, otherwise such situations arent noticed during migration and things become really messy.

xmunoz commented 3 years ago

Please update defaults.yml as well.