Thread overview
Reopening fixed issued on Bugzilla
Sep 21, 2022
Walter Bright
Sep 21, 2022
mw
Sep 22, 2022
Walter Bright
Sep 22, 2022
mw
Sep 22, 2022
Paul Backus
Sep 23, 2022
Quirin Schroll
Sep 23, 2022
max haughton
Sep 23, 2022
mw
Sep 22, 2022
Quirin Schroll
September 21, 2022
There's an ongoing problem in bugzilla of fixed issues being reopened with related or supplemental issues.

Please stop doing this.

Open a *new* issue, and include a reference to the fixed one.

The idea is "One Issue => One Fix". Having many to one or one to many makes management of the issue list harder than it needs to be.

September 21, 2022
On Wednesday, 21 September 2022 at 21:50:08 UTC, Walter Bright wrote:
> There's an ongoing problem in bugzilla of fixed issues being reopened with related or supplemental issues.
>
> Please stop doing this.
>
> Open a *new* issue, and include a reference to the fixed one.
>
> The idea is "One Issue => One Fix". Having many to one or one to many makes management of the issue list harder than it needs to be.

Remove the "reopen" option from the bugzilla webserver will be the easiest way to enforce this.
September 21, 2022
On 9/21/2022 3:01 PM, mw wrote:
> Remove the "reopen" option from the bugzilla webserver will be the easiest way to enforce this.

It's ok to reopen issues that were closed due to things like "wontfix".

But once there's a PR for it that's been accepted and fixes the issue as presented, it should not be reopened.

Even if it's a bad fix.

September 22, 2022

On Wednesday, 21 September 2022 at 22:01:57 UTC, mw wrote:

>

Remove the "reopen" option from the bugzilla webserver will be the easiest way to enforce this.

Just to add on Walter’s remarks: You should be able to reopen an issue that was closed on accident.

September 22, 2022
On Thursday, 22 September 2022 at 01:44:17 UTC, Walter Bright wrote:
> On 9/21/2022 3:01 PM, mw wrote:
>> Remove the "reopen" option from the bugzilla webserver will be the easiest way to enforce this.
>
> It's ok to reopen issues that were closed due to things like "wontfix".
>
> But once there's a PR for it that's been accepted and fixes the issue as presented, it should not be reopened.
>
> Even if it's a bad fix.

You can add all such rules to the web server.
September 22, 2022
On Thursday, 22 September 2022 at 15:55:13 UTC, mw wrote:
> On Thursday, 22 September 2022 at 01:44:17 UTC, Walter Bright wrote:
>> On 9/21/2022 3:01 PM, mw wrote:
>>> Remove the "reopen" option from the bugzilla webserver will be the easiest way to enforce this.
>>
>> It's ok to reopen issues that were closed due to things like "wontfix".
>>
>> But once there's a PR for it that's been accepted and fixes the issue as presented, it should not be reopened.
>>
>> Even if it's a bad fix.
>
> You can add all such rules to the web server.

Specifically, it looks like this is available under "workflow configuration":

https://bugzilla.readthedocs.io/en/latest/administering/workflow.html

Of course, with the planned migration to Github issues, all of this discussion is somewhat moot.
September 23, 2022

On Thursday, 22 September 2022 at 20:26:37 UTC, Paul Backus wrote:

>

Of course, with the planned migration to GitHub issues, all of this discussion is somewhat moot.

My last understanding was that this migration is not desired. If it really is, cool.

September 23, 2022

On Friday, 23 September 2022 at 07:38:46 UTC, Quirin Schroll wrote:

>

On Thursday, 22 September 2022 at 20:26:37 UTC, Paul Backus wrote:

>

Of course, with the planned migration to GitHub issues, all of this discussion is somewhat moot.

My last understanding was that this migration is not desired. If it really is, cool.

It is happening

September 23, 2022

On Friday, 23 September 2022 at 08:05:20 UTC, max haughton wrote:

>

On Friday, 23 September 2022 at 07:38:46 UTC, Quirin Schroll wrote:

>

On Thursday, 22 September 2022 at 20:26:37 UTC, Paul Backus wrote:

>

Of course, with the planned migration to GitHub issues, all of this discussion is somewhat moot.

My last understanding was that this migration is not desired. If it really is, cool.

It is happening

That is great.