Changes between Initial Version and Version 1 of TicketCreationStatusPlugin


Ignore:
Timestamp:
Jan 9, 2008, 1:50:03 AM (16 years ago)
Author:
Stephen Hansen
Comment:

New hack TicketCreationStatusPlugin, created by ixokai

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreationStatusPlugin

    v1 v1  
     1= Controls the initial status of tickets =
     2
     3== Description ==
     4
     5In default Trac, all tickets start off with a status of "new"; but this may not be desirable, especially with the workflow additions in 0.11.
     6
     7This plugin allows you to specify both:
     8 1. The 'default' status that a new ticket should start off as, and
     9 2. The status that a ticket which has an owned should be set to.
     10
     11E.g., if someone ends up owning the ticket-- be it from the 'Assigned-to' drop down, or a default owner in a component, the ticket can start its life as Assigned.
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for TicketCreationStatusPlugin are
     16[report:9?COMPONENT=TicketCreationStatusPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=TicketCreationStatusPlugin&owner=ixokai new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:ticketcreationstatusplugin here].
     24
     25== Source ==
     26
     27You can check out TicketCreationStatusPlugin from [http://trac-hacks.org/svn/ticketcreationstatusplugin here] using Subversion, or [source:ticketcreationstatusplugin browse the source] with Trac.
     28
     29== Example ==
     30
     31[ticketcreationstatus]
     32owned = assigned
     33
     34== Recent Changes ==
     35
     36[[ChangeLog(ticketcreationstatusplugin, 3)]]
     37
     38== Author/Contributors ==
     39
     40'''Author:''' [wiki:ixokai] [[BR]]
     41'''Contributors:'''