mozilla-it / bugzilla-kanbanize

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

Detect and log bad extlink strings in cards #35

Closed gcoxmoz closed 7 years ago

gcoxmoz commented 7 years ago

If a card's extlink is not perfectly defined, you could have a regex fail to match. If it fails to match, there's nothing to intercept it in later checks within sync_bug.

While nothing in particular would care about it, this logging breaks up a logical oddity, in that you don't know whether you skipped a block of code because you got no match on extlink (a somewhat undesirable situation) or because it exactly matched the bugid (a desirable situation).

floatingatoll commented 7 years ago

Seems acceptable.