View Issue Details

IDProjectCategoryView StatusLast Update
0019731mantisbtemailpublic2015-12-06 02:45
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0-beta.2 
Target Version1.3.0-rc.1Fixed in Version1.3.0-rc.1 
Summary0019731: Notify user when they are unassigned a bug
Description

If a user's only relationship with a bug is that they are assigned the bug and they bug gets re-assigned, they won't be notified about the change, since they are no longer the reporter, note authors, handlers, etc. We should in this case add the handler unassigned as an explicit person to be notified about the change.

Tagsmantishub

Relationships

related to 0020321 closedvboctor Re-assigned issues don't trigger 'owner' notifications 

Activities

Related Changesets

MantisBT: master 907b0ce6

2015-11-27 21:05

vboctor


Details Diff
Fix email notifications for re-assign / unassign

- When an issue is unassigned, trigger an "unassigned" notification and
include the user that was unassigned.
- When an issue is re-assigned, trigger an "owner" change notification,
rather than issue update.

Fixes 0019731
Fixes 0020321
Affected Issues
0019731, 0020321
mod - bug_update.php Diff File
mod - core/bug_api.php Diff File
mod - core/email_api.php Diff File
mod - lang/strings_english.txt Diff File