If a user configure Bugzilla to not receive email notifications, the bug "disappears" from the My Bugs section when the bug status is changed (e.g. resolved intentional, won't fix, etc.). It is necessary to do a search and select all the options available in the "status" and in the "resolution" boxes. In Firefox Bugzilla for example, all bugs are shown in the My Bugs section, independently of the bug status. Currently, KDE Bugzilla only shows the bugs with specific status (reported, confirmed and a few others I guess).
Or that could be an option. I don't know if everyone will like this.
Oh noes... I didn't know you could remember a search. ⚆_⚆
The My Bugs section is available in the footer (at the bottom of every page). Try force refreshing your browser with Ctrl + Shift + R if you don't see the footer.
Yes, it's available indeed, but it doesn't display all bugs: This is the default My Bugs section: https://bugs.kde.org/buglist.cgi?cmdtype=runnamed&namedcmd=My%20Bugs And this is the My Bugs section with all of the sections enabled: https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDSINFO&bug_status=ASSIGNED&bug_status=REOPENED&email1=ncqm3qdz%40anonaddy.me&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&field0-0-0=bug_status&field0-0-1=reporter&list_id=1929862&type0-0-0=notequals&type0-0-1=equals&value0-0-0=UNCONFIRMED&value0-0-1=[USER_EMAIL_ADDRESS_HERE]
(In reply to Photon from comment #4) > This is the default My Bugs section: > https://bugs.kde.org/buglist.cgi?cmdtype=runnamed&namedcmd=My%20Bugs But that's not the URL in my case. > And this is the My Bugs section with all of the sections enabled: > https://bugs.kde.org/buglist. > cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDSINFO&bug_stat > us=ASSIGNED&bug_status=REOPENED&email1=ncqm3qdz%40anonaddy. > me&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&field0-0- > 0=bug_status&field0-0-1=reporter&list_id=1929862&type0-0-0=notequals&type0-0- > 1=equals&value0-0-0=UNCONFIRMED&value0-0-1=[USER_EMAIL_ADDRESS_HERE] This is more or less how the URL is in the My Bugs section in my case.
Sorry, I made a little confusion. What I proposed in this bug report is that the "My Bugs" default link should be this one: https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=NEEDSINFO&bug_status=VERIFIED&bug_status=CLOSED&email1=ncqm3qdz%40anonaddy.me&emailassigned_to1=1&emailreporter1=1&emailtype1=substring&f0=OP&f1=OP&f2=bug_status&f3=reporter&f4=CP&f5=CP&j1=OR&known_name=Show%20all%20the%20bugs&list_id=1931964&o2=notequals&o3=equals&query_based_on=Show%20all%20the%20bugs&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=LATER&resolution=REMIND&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED&resolution=UPSTREAM&resolution=DOWNSTREAM&resolution=WAITINGFORINFO&resolution=BACKTRACE&resolution=UNMAINTAINED&v2=UNCONFIRMED&v3=EMAIL_ADDRESS_HERE It includes some missing categories like "won't fix", "invalid", duplicate, etc. that your "My Bugs" (and the default one) link doesn't have.
I think you can significantly simplify the link with this: https://bugs.kde.org/buglist.cgi?email1=ncqm3qdz%40anonaddy.me&emailassigned_to1=1&emailreporter1=1&emailtype1=substring&f0=OP&f1=OP&f2=bug_status&f3=reporter&f4=CP&f5=CP&j1=OR&known_name=Show%20all%20the%20bugs&list_id=1931964&o2=notequals&o3=equals&query_based_on=Show%20all%20the%20bugs&query_format=advanced&v2=UNCONFIRMED&v3=EMAIL_ADDRESS_HERE Essentially, if you want all values of bug_status and all values of resolution, then just don't include them in the link at all. However, I don't have admin permissions on Bugzilla. The admins of Bugzilla will have to look into it. I've added Ben Cooksley to the CC of this bug. Let's see what he says.
Always seeing closed bugs to might be overwhelming for those of us who have been around for a while. :) If this is possible to edit, I propose the following default searches on the footer: - Open bugs assigned to me - Open bugs I've filed - All bugs I've filed
Bugzilla only permits the "My Bugs" search to be customised and doesn't allow us to provide any other shared searches by default i'm afraid. Given how long My Bugs has worked the way it is i'm not sure changing it's behaviour is a good idea.
According to the docs: https://bugzilla.readthedocs.io/en/5.0/using/finding.html#pronoun-substitution Using %user% gives us the following URL that anyone logged in can click: https://bugs.kde.org/buglist.cgi?email1=%25user%25&emailassigned_to1=1&emaillongdesc1=1&emailreporter1=1&emailtype1=equals&query_format=advanced If someone with permissions could place this at the top of the shared searches list found here: https://bugs.kde.org/userprefs.cgi?tab=saved-searches Then at least it's there to be found.
Given that there's an "Open bugs reported by me" search on the main page, I think it's probbly okay to change the "My Bugs" query to include closed bugs too.