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

#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&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#879: GeoMoose Trac.ini Settings Changes
----------------------------+-----------------------------------------------
Reporter: theduckylittle | Owner: sac@…
     Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Systems Admin | Resolution: fixed
Keywords: trac geomoose |
----------------------------+-----------------------------------------------
Changes (by wildintellect):

  * status: new => closed
  * resolution: => fixed

Comment:

Done, Dan will confirm that it works here at the code sprint...

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/879#comment:1&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.