Default CC for new tickets

Description

Automatically adds a default CC list when a new ticket is created, based on the selected Component.

Tickets are modified right after their creation to add the component's default CC list to the ticket CC list.

CC lists can be configured per Component through the component admin panel.

Bugs/Feature Requests

Existing bugs and feature requests for DefaultCcPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out DefaultCcPlugin from here using Subversion, or browse the source with Trac.

Example

Plugin activation:

Plugin activation

Components list:

Components list

Component edition:

Component edition

Ticket created:

Ticket created

Recent Changes

[13017] by rjollos on 04/29/13 18:34:29

Fixes #11039: Don't modify the component_default_cc table if the Component name is being changed to the name of an already existing component, as trac.ticket.model.ComponentAdmin will raise a TracError (or an IntegrityError for Trac < 1.0) and abort the transaction.

[12046] by hasienda on 09/21/12 22:38:03

AccountManagerPlugin: Restore translatable email input field label, refs #874.

And I recover pre-existing translations (from before [11930]) here too.

[12023] by rjollos on 09/18/12 15:42:03

Refs #9555, #10156: Tagging version 0.1

[12022] by rjollos on 09/18/12 15:38:33

Refs #9555, #10156: Tagging version 0.2

Author/Contributors

Author: jeangui
Maintainer: rjollos
Contributors:
License: BSD 3-Clause

Attachments