deploy = fixed -> deployed
deploy.operations = set_resolution, set_owner
deploy.set_owner = username
deploy.permissions = TICKET_MODIFY
now on to my 2nd, anyone?
:-)
cu
christian unger
Look into the SimpleTicketPlugin; that may be what you're looking for.
Eli
------------------. "If it ain't broke now,
Eli Carter \ it will be soon." -- crypto-gram
retr...@gmail.com `-------------------------------------------------
testing = new,accepted,needs_work,reopened -> testing
testing.name = Submit to QA for testing
testing.set_owner = hussey
testing.permissions = TICKET_MODIFY
reject = testing -> needs_work
reject.name = Failed testing, return to developer
pass = testing -> closed
pass.name = Passes Testing
pass.operations = set_resolution
pass.set_resolution = fixed
This doesn't handle everything, but the set_owner piece is what I'm
most interested in. The username in question is a valid user and is
in the session table. We have restrict_owner set to true. The
username shows up in that dropdown when we're assigning tickets.
Anything else I should look at?
Thanks!
Sean
testing.operations = set_owner
Sean
also for the AdvancedWorkflowPlugin.
very much appreciated!
SimpleTicket is 0.10 only, but I use blackmagicplugin now to hide
fields.
it's cool also.
I love this configurable workflow!
btw. is there a way to override the hints 'status will be set to blah.
owner will change to blah'?
cu
christian unger
:) Thanks!
> btw. is there a way to override the hints 'status will be set to blah.
> owner will change to blah'?
No, though you can do:
[ticket-workflow]
someaction.name = This takes some action on the ticket
HTH,