Hey Geoff, On Wednesday 12 January 2011, Geoff wrote: > > changing your trac.ini like this: > Could you elaborate further on how the [trac-workflow] should be > configured to work with the additional columns and how those values > are used in the [agilo-whiteboard] configuration below? > > We've been trying un-successfully to add an "Analysis" column before > "In Progress" and a "Review" column after "In Progress" as part of > upgrading our agilo 1.3.1-pro installation to 1.3.2
Sure. I assume you already have [agilo-whiteboard] second_whiteboard_in_progress_ticket_status = analysis second_whiteboard_in_progress_ticket_status.position = before third_whiteboard_in_progress_ticket_status = review If you configure [ticket-workflow] ...existing workflows... analyze = * -> analysis review = * -> review Then you should be able to put any ticket from any state to analysis or review. If you want to configure side effects, you can also do something like [ticket-workflow] analyze = * -> analysis analyze.operations = set_owner_to_self You can also limit the source states, e.g.: analyze = new,reopened -> analysis review = assigned,accepted -> review resolve = review -> closed Note however, that the whiteboard will honor these workflows, but not their limitations. E.g. if you pull a task from new to analysis, and have configured a workflow that has "set owner" as a side effect, this will happen -- but if a workflow forbids pulling a closed task to analysis, the whiteboard will just set the status anyway. The rationale here is that for small teams workflows should be a helping guideline, but not a means to enforce behavior. Cheers Robert Cheers Robert -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-scrum http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Scrum" Google Group. This group is focused on supporting Agilo for Scrum users and is moderated by Agilo Software GmbH <http://www.agiloforscrum.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

