claudijd / bugzilla-scripts

A collection of scripts to query bugzilla
0 stars 0 forks source link

Update to raise a warning on empty or unrecognised whiteboard text #5

Closed caggle closed 5 years ago

caggle commented 6 years ago

Update to raise a warning on empty or unrecognised whiteboard text.

Probably not the most elegant solution, but does the job for now I think.

caggle commented 6 years ago

A slightly better version of this would be to update the bug and put a "needinfo" flag on the bug if the whiteboard content is missing or wrong. Let me know if you want me to do this.

caggle commented 6 years ago

Updated: https://github.com/claudijd/bugzilla-scripts/commit/7a2e2c30df5766730834021e7b4296a04f80814a

Note that this implementation is iterative - if there are multiple bugs with bad / missing whiteboard content, it will catch the first instance, report it and exit.

claudijd commented 6 years ago

Yeah, I think that behavior is ok.

caggle commented 5 years ago

No longer required, as the metrics script was updated.