Opened 5 years ago

Last modified 5 years ago

#3369 assigned enhancement

Make bug reporter to check if bug already fixed

Reported by: Tom Goddard Owned by: Tom Goddard
Priority: moderate Milestone:
Component: Infrastructure Version:
Keywords: Cc: pett, Greg Couch
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description (last modified by Tom Goddard)

Users often report the same fixed bug many times. It would save the users and us developers a lot of time if the user knew the bug was fixed and didn't report it.

If the bug report log contains a Python traceback we could have a button on the bug report dialog "Check if this has been fixed". It sends the traceback via https to an RBVI web service that matches the traceback to all closed tickets and returns HTML saying it appears fixed with a link to the ticket and date of the fix and suggests the user try a newer ChimeraX, or it reports it did not find this bug has been fixed. It could search the open bugs and give links to other reports.

This tool would be very useful for us to triage bugs -- it could run on all incoming bug reports so we see if it is a duplicate, something we can only do by hand now which is time consuming.

The difficulty of this is the match of the Python traceback has to be approximate since line numbers and install locations will vary.

Change History (1)

comment:1 by Tom Goddard, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.