I'm trying to make it so that the assignee doesn't default to the project lead when a sub-task is created. I read through several different discussions in this forum and decided that the best route would be to create a post function on a separate sub-task workflow to either copy the assignee from the parent, or to make the current user the assignee. I've tried both of these post functions on the Create transition, and even tried adding in an earlier post-function that clears out the assignee. However, no matter what I try, the assignee is set to the project lead.
Can anyone help me figure out what's going wrong?
Try ${issue.issueTypeObject.name}
It is just the velocity syntax. Checkout http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.