Hi, We have the following workflow: [ticket-workflow] accept = new,assigned,accepted,reopened -> accepted accept.operations = set_owner_to_self accept.permissions = TICKET_MODIFY bug resolve = new,assigned,accepted,reopened -> review bug resolve.operations = set_resolution bug resolve.permissions = TICKET_MODIFY bug resolve.set_resolution = fixed, invalid, wontfix, duplicate, worksforme, followup leave = * -> * leave.default = 1 leave.operations = leave_status reassign = new,assigned,accepted,reopened -> assigned reassign.operations = set_owner reassign.permissions = TICKET_MODIFY reopen = closed, review -> reopened reopen.operations = del_resolution reopen.permissions = TICKET_CREATE review = review -> closed review.operations = set_status_to_closed review.permissions = TICKET_MODIFY ticket complete = new,assigned,accepted,reopened -> closed ticket complete.operations = set_resolution ticket complete.permissions = TICKET_MODIFY ticket complete.set_resolution = done, not done
When bug is resolved (“bug resolve”) I want to set the owner of the bug to the component default owner. How do I achieve that? Thanks, Janiv Ratson -- 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

