Patch #640
openWhen choosing assignee, automatically switch status to Assigned
0%
Description
Patch against trunk is attached.
In the new-issue / edit-issue pages this is done with javascript hack, that changes the 'Status' select field whenever the 'Assigned to' select field is changed.
In the right-click context menu this is done by added a issue[status_id]=2 to context_menu_link URL.
Note that I use the hard-coded number 1 (New) and 2 (Assigned). There might be a nicer way to do it :-)
dubek
Files
Related issues
Updated by Mischa The Evil over 16 years ago
- File change_status_to_assigned_when_choosing_assignee-r1715.patch change_status_to_assigned_when_choosing_assignee-r1715.patch added
Updated the patch against r1715.
Updated by Frank Helk about 13 years ago
-1
Nice on "new Ticket", but annoying if status is already behind "Assigned".
Assume an issue already solved and the solution is ready to be checked by QA. Status ist (custom) "Ready for QA". Now you assign it to Hank from the QA team. And magically the status changed to "Assigned". Needs to be reset by the user. Annoying.
May be OK if current status is "New" - and only then. Needs to be configurable ...
Updated by Diego Álvarez over 11 years ago
Good work. Unfortunately it doesn't work with version 2.3.
I'd be grateful if you could update the patch.
Thanks in advance.
Regards,
Diego
Updated by Go MAEDA over 8 years ago
- Related to Feature #4582: Automaticly set an issue status when an issue is first assigned added
Updated by Go MAEDA over 7 years ago
- Has duplicate Feature #17001: Setting an assignee in "New" bugs should make them "Assigned" added