Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 741 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 741 Bytes

bugzilla-buglist-classifier

Open bugzilla bug list(/bugzilla/buglist.cgi). Copy paste this script into your browser's console and call the createUI function. See magic after 100% done!

  • Not contributing directly into bugzilla code. But this script will help to categorise bugs into Critical/Critical, High/Critical etc. Where the former one is priority and latter is severity.
  • Will hit the server with all the bug numbers, and get the priority and severity values. Finally, will update the UI.
  • Will convert every link's target to blank
  • New: Filters can be applied. Such as: createUI({filter: filters.since(time)}); time can be '2 s','3 seconds', '3 months', '4.5 days', '5 years', etc.