Edgewall Software

Opened 17 years ago

Last modified 3 years ago

#4519 new enhancement

[PATCH] Feature: component owner ticket notification — at Initial Version

Reported by: jenalias@… Owned by: Jonas Borgström
Priority: normal Milestone: next-dev-1.7.x
Component: notification Version: 0.10.3
Severity: normal Keywords: patch notification
Cc: Christian Boos, webkontakt@…, pierrega@…, leho@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The following patch allows for component owner notification of ticket updates (even when the ticket is assigned to a different user than the component owner). This feature must be enabled in the trac.ini file with a line like this:

[notification] always_notify_component_owner = true

We've been using this patch with Trac 0.10 and it has been working fine.

I made the patch against this trunk file: http://svn.edgewall.org/repos/trac/trunk/trac/ticket/notification.py

Let me know if there are any problems with the patch and I'll be happy to address them. Thanks for your consideration.

Change History (1)

by jenalias@…, 17 years ago

Attachment: component_owner_patch.diff added

Patch to allow for component owner notification of ticket changes

Note: See TracTickets for help on using tickets.