I'm trying to build a workflow where a new assignee is delegated based on the status of the issue. If status is change to Foo status, user Joe is assignee. If status is changed to Bar status, user Jim is assigned.
Is this possible?
It is a straight forward case of having the Post Conditions in the transistions to assign the issue to the required user. Please note, having workflows assigning issues to specific users may be tedious to maintain (as you will land up with one workflow per issue-type and project, if the users handling these are different)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.