[SAC] [OSGeo] #879: GeoMoose Trac.ini Settings Changes

OSGeo trac_osgeo at osgeo.org
Thu Apr 12 09:31:03 EDT 2012


#879: GeoMoose Trac.ini Settings Changes
----------------------------+-----------------------------------------------
 Reporter:  theduckylittle  |       Owner:  sac@…              
     Type:  enhancement     |      Status:  new                
 Priority:  normal          |   Milestone:                     
Component:  Systems Admin   |    Keywords:  trac geomoose      
----------------------------+-----------------------------------------------
 Hey Folks,

 We'd like to implement a workflow that allows us a "testing" phase.  The
 trac.ini changes are below (Sorry it's not in a diff format but I didn't
 have the original file).

 {{{
 [ticket-workflow]
 leave = * -> *
 leave.default = 1
 leave.operations = leave_status
 ;leave.name = Deal with it later.

 accept = needs_work,new -> assigned
 accept.operations = set_owner_to_self
 accept.permissions = TICKET_MODIFY
 accept.name = I'm on it.

 reassign = assigned,needs_work -> assigned
 reassign.name = Reassign (Blame this guy-->).
 reassign.operations = set_owner
 reassign.permissions = TICKET_MODIFY

 flip = new,assigned,kibbitz -> testing
 flip.permissions = TICKET_MODIFY
 flip.name = Offer to testing.

 discuss = new,assigned,needs_work,testing -> kibbitz
 discuss.permissions = TICKET_MODIFY
 discuss.name = Think on it.

 redo = needs_work -> testing
 redo.permissions = TICKET_MODIFY
 redo.name = Return to testing. (Blame IE.)

 rebuff = testing,kibbitz -> needs_work
 rebuff.permissions = TICKET_MODIFY
 rebuff.name = Failed testing, return to coding.

 pass = testing,kibbitz -> closed
 pass.permissions = TICKET_MODIFY
 pass.name = Job well done.
 pass.operations = set_resolution
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/879>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list