mozilla-it / bugzilla-kanbanize

Sync Automation between Kanbanize and Mozilla
0 stars 1 forks source link

Set assignee to None rather than to non-account email addresses #13

Closed floatingatoll closed 8 years ago

floatingatoll commented 8 years ago

While testing another issue, I triggered a bug where the auto-extraction of kanbanid from the bug assignee fails in the face of default assignees.

The logic says "if it's not found in sync.cfg, assume that stripping the @ symbol is sufficient". This has worked previously because invalid usernames could be assigned to bugs with an assignee of None, apparently.

Kanbanize has become more resistant to this approach, so let's handle it more cleanly somehow.

floatingatoll commented 8 years ago

It's not ideal to say @mozilla.com, but that was always the base assumption, so we maintain that going forward.