Bug 444849 - Make all issues appear in the My Bugs section, independently of the bug status
Summary: Make all issues appear in the My Bugs section, independently of the bug status
Status: CONFIRMED
Alias: None
Product: bugs.kde.org
Classification: Websites
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDE sysadmins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-02 17:51 UTC by Photon
Modified: 2023-01-09 19:08 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Photon 2021-11-02 17:51:09 UTC
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).
Comment 1 Photon 2021-11-02 17:52:31 UTC
Or that could be an option. I don't know if everyone will like this.
Comment 2 Photon 2021-11-02 18:08:28 UTC
Oh noes... I didn't know you could remember a search. ⚆_⚆
Comment 3 D. Debnath 2021-11-03 07:37:43 UTC
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.
Comment 5 D. Debnath 2021-11-03 19:11:40 UTC
(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.
Comment 7 D. Debnath 2021-11-07 18:56:45 UTC
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.
Comment 8 Nate Graham 2021-11-08 23:11:37 UTC
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
Comment 9 Ben Cooksley 2021-11-11 10:08:45 UTC
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.
Comment 10 Ken Rushia 2021-12-30 05:06:41 UTC
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.
Comment 11 Nate Graham 2022-09-02 20:09:09 UTC
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.