Opened 13 years ago
Closed 13 years ago
#879 closed enhancement (fixed)
GeoMoose Trac.ini Settings Changes
Reported by: | theduckylittle | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | trac geomoose |
Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
Done, Dan will confirm that it works here at the code sprint...