Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Vote to stop bug auto-closing in all Eclipse platform projects

> That won't change much. VSCode also auto-close inactive tickets: https://github.com/microsoft/vscode/issues/52247#issuecomment-400660468

Interesting example since it's the exact opposite of what happens in the Eclipse Bugzilla with the auto-closer:
Here, we had immediate engagement of two real people with the issue reporter and I'd bet it was closed because it had the 'needs more info' tag attached and nothing happened to it afterwards.

In other words: It was triaged, scheduled for "closing" if no more information was arriving and then it was acted accordingly.

The Bot that does the auto-closing at Eclipse though doesn't give a heads-up, many tickets are never looked at. If the only interaction with the reporter is an automated `Please reopen`, it's just sad and the poorest version of valuing contributors.
IIRC whenever people ask how to contribute, part of the answer is also "file bug reports".

+1 for stopping auto closing in its current worst-of-all-worlds implementation.

Best
Sebastian


On Fri, Feb 18, 2022 at 2:45 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:


On Fri, Feb 18, 2022 at 11:09 AM Liviu Ionescu <ilg@xxxxxxxxxx> wrote:
Personally, when I see my tickets automatically closed, I regret the time spent to file the reports, and I start to think about looking for alternate solutions to replace the buggy project.

Reporters can also read the message that's send with the close message to know why it is closed and other possible reactions.

If the final decision will be to auto-close the tickets, and we really care for the users, sorry to say it, but how about providing a link to VS Code?

That won't change much. VSCode also auto-close inactive tickets: https://github.com/microsoft/vscode/issues/52247#issuecomment-400660468
 
This might also reduce the risk of having the tickets reopened... :-(

You totally misunderstood the rationale in favor auto-closing. Having tickets reopened is exactly what auto-closing is meant for, it's the desired effect that someone will read the notification and think the ticket is still worth a comment to revive it, providing extra info even just a "still happens with latest release". Good triaging/prioritizing means we have people doing this kind of work, as the committers are not doing it because they're busy with other things and have their own goals and motivations that can often be different from just making some random users happy, it's fair to give some more responsibility to the community in triaging/verifying their bugs themselves; so at least someone care.
Auto-closing implies some triaging: it's reopened => still worth being considered, no-one reopens => no need to care, no need to keep tracking it.
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top