wiki:TicketConditionalCreationStatusPlugin

Version 2 (modified by Patrick Schaaf, 13 years ago) (diff)

--

Conditionally set ticket creation status

Description

This plugin is an evolution of the TicketCreationStatusPlugin, which permits setting the desired creation status depending on arbitrary ticket field values, e.g. type.

Bugs/Feature Requests

Existing bugs and feature requests for TicketConditionalCreationStatusPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:ticketconditionalcreationstatusplugin here].

Source

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

Example

Example trac.ini content, will make tickets of type task start out as assigned instead of new:

[components]
ticketconditionalcreationstatus.* = enabled


[ticketconditionalcreationstatus]
criteria = type
type.owned = task -> assigned

Recent Changes

10491 by bof on 2011-07-22 20:01:04
operate like on ticket creation when existing ticket goes from closed to new. and some TAB->space fixes.
10356 by bof on 2011-06-21 12:23:16
fix bad import in init
10355 by bof on 2011-06-21 09:32:59
expand configuration: comma separated list of cond->value, and multiple cond1|cond2|...
(more)

Author/Contributors

Author: bof
Maintainer: bof
Contributors: