firefox-devtools / devtools-bug-finder

Find easy and mentored devtools bugs

Home Page:http://bugs.firefox-dev.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

good-first-bug keyword

jryans opened this issue · comments

Bugzilla is moving towards using a good-first-bug keyword instead of a whiteboard tag. See bug 1279238. We should update the tool to handle this case.

Thanks for filing. I guess we'll need to search for bugs that either have the whiteboard tag or the keyword or both.

Fixed by 92ba321
What I ended up doing is mass updating all the devtools bugs that had the good first bug whiteboard flag so that they now also have the keyword.
This way I don't have to do 2 requests (not sure I can search for bugs that have either the flag or the keyword with the API, and doing the update in bugzilla was easy enough).