Thread overview
strange Bugzilla save changes behaviour
Dec 07, 2019
Gregor Mückl
Dec 08, 2019
Ali Çehreli
Dec 08, 2019
mipri
Dec 08, 2019
berni44
Dec 08, 2019
berni44
Dec 08, 2019
Gregor Mückl
Dec 08, 2019
Paolo Invernizzi
Dec 08, 2019
berni44
December 07, 2019
Hi!

I've been trying to update a bug report and clicking "Save Changes" didn't return me to the same bug report, but some other random report. Not realizing that I see another person's report, I assumed that the change I wanted to make didn't take hold and did it again. So now I have edited another poor soul's bug report importance by mistake and I can't even tell which one it was :(.

Did anyone else have this same strange jumping between bug reports when saving changes?

Gregor

December 07, 2019
On 12/7/19 10:33 AM, Gregor Mückl wrote:> Hi!

> Did anyone else have this same strange jumping between bug reports when
> saving changes?

The same thing happens on Jira in another context. It's mind boggling to me that a person actually sat down and designed such a user experience. The problem with our Jira interface is that not all properties of the bug can be set at the time the bug is created so you must edit it a second time. But watch out: the updated screen is now a different bug! Exciting! :p

Ali


December 08, 2019
On Sunday, 8 December 2019 at 01:24:43 UTC, Ali Çehreli wrote:
> On 12/7/19 10:33 AM, Gregor Mückl wrote:> Hi!
>
> > Did anyone else have this same strange jumping between bug
> reports when
> > saving changes?
>
> The same thing happens on Jira in another context. It's mind boggling to me that a person actually sat down and designed such a user experience.

BugZilla's probably designed for a tier of support employee
that handles tickets. This is someone with some time pressure,
who has to resolve some number of tickets per hour, and
generally the workflow is

  1. get your first ticket somehow (of the day, after a break)
  2. resolve the ticket
  3. get your second ticket (automatically, by the ticket system)

This way a manager can add you to some categories of ticket,
and this way the ticket system can smoothly work in follow-up
responses into your workflow, by preferentially giving you
tickets that you've worked on previously if there's a need for
additional work.

Jira's probably designed for data entry techs (in this respect
-- with kanban plugins and helpdesks and such, it certainly has
other modes). My annoyance with it is that I'm always adding
Jiras that I myself will then work on, but the "submit" button
kicks me out of the Jira, and then I get a little 'growl' UI
animation that I need to catch, if I don't want to more
laboriously search for what I'd just added.

Of course it's possible for UIs to just to be completely
senseless, or so fiendishly poorly designed that it's easier to
imagine that it is the result of an evil plot ("the company's
already committed to buy the product, so it now only needs to
be bad enough that the company then commits to support
contracts") rather than anyone's sincere ideas about good
design.

But I think that's rare. It's more often just a lot of distance
between the tool-makers and the tool-users. The joke is that
the dog food company CEO "eats his own dog food", but it would
be enough if he had dogs and fed them the dog food, and thus
has an opportunity to directly observe their reactions to it.

(And I can't mention bad software without mentioning Google
Chat. The UI lag is so severe that my feelings about humanity
in general have fallen from "we're pretty great" to "I hope
some aliens come along and put us out of our misery".)
December 08, 2019
On Saturday, 7 December 2019 at 18:33:12 UTC, Gregor Mückl wrote:
> Did anyone else have this same strange jumping between bug reports when saving changes?

I fell for this trick also once or twice (it jumps to the next item in your last search list). You can stop that in the settings though.
December 08, 2019
On Saturday, 7 December 2019 at 18:33:12 UTC, Gregor Mückl wrote:
> So now I have edited another poor soul's bug report importance by mistake and I can't even tell which one it was :(.

Have a look at

https://issues.dlang.org/buglist.cgi?chfieldfrom=24h&list_id=229062

Maybe it's in this list? It's the list of bugs, that have been changed in the last 24 hours... Else you can sort the list of all bugs by "last change".
December 08, 2019
On Sunday, 8 December 2019 at 07:36:48 UTC, berni44 wrote:
> On Saturday, 7 December 2019 at 18:33:12 UTC, Gregor Mückl wrote:
>> So now I have edited another poor soul's bug report importance by mistake and I can't even tell which one it was :(.
>
> Have a look at
>
> https://issues.dlang.org/buglist.cgi?chfieldfrom=24h&list_id=229062
>
> Maybe it's in this list? It's the list of bugs, that have been changed in the last 24 hours... Else you can sort the list of all bugs by "last change".

Thank you! That let me retrace my steps. I've corrected my mistake.
December 08, 2019
On Sunday, 8 December 2019 at 07:36:48 UTC, berni44 wrote:
> On Saturday, 7 December 2019 at 18:33:12 UTC, Gregor Mückl wrote:
>> So now I have edited another poor soul's bug report importance by mistake and I can't even tell which one it was :(.
>
> Have a look at
>
> https://issues.dlang.org/buglist.cgi?chfieldfrom=24h&list_id=229062
>
> Maybe it's in this list? It's the list of bugs, that have been changed in the last 24 hours... Else you can sort the list of all bugs by "last change".

BTW, I don't see updates in the 'issues' forum since a couple of days: anyone can confirm?
December 08, 2019
On Sunday, 8 December 2019 at 10:03:36 UTC, Paolo Invernizzi wrote:
> BTW, I don't see updates in the 'issues' forum since a couple of days: anyone can confirm?

You're right. I did a lot of them yesterday and today and none of them shows up there.
December 08, 2019
On 12/8/19 12:12 AM, berni44 wrote:
> On Saturday, 7 December 2019 at 18:33:12 UTC, Gregor Mückl wrote:
>> Did anyone else have this same strange jumping between bug reports when saving changes?
> 
> I fell for this trick also once or twice (it jumps to the next item in your last search list). You can stop that in the settings though.

Yes, this has confused me many times, but I don't think I've ever accidentally started mucking with the next bug report. Will look for that setting, I didn't know it exists!

-Steve