Many people use "My Front Page" to track the status of their bugs. With the new ON_QA state recently implemented, bugs that were previously ASSIGNED to me transition to this new state by bodhi disappear from "My Front Page", e.g.: bug #386361 no longer appears on https://bugzilla.redhat.com/frontpage.cgi Previously they would stay on "My Front Page" until closed by bodhi as ERRATA which makes it easier to track said bugs down if the update *doesn't* fix the issue, or otherwise has to be rolled back. Bugs in the ON_QA state should still appear on the "Front Page", perhaps under another section? This is also somewhat related to bug #142908.
This could be easily fixed by adding the "bug_status=ON_QA" to the "Assigned To You" link, e.g.: https://bugzilla.redhat.com//buglist.cgi?bug_status=ASSIGNED&bug_status=NEW&bug_status=ON_QA&emailassigned_to1=1&emailtype1=exact&email1=foobar@foo.com since it already lists ASSIGNED as well as NEW. Another possibility is adding a new category for just ON_QA: https://bugzilla.redhat.com//buglist.cgi?&bug_status=ON_QA&emailassigned_to1=1&emailtype1=exact&email1=foobar@foo.com
Code modified. Should show up in the next scheduled Bugzilla update (Jan 31).
Should be live now.