Would like tickets to auto assigne to the roles Lead on different statuses.
Is this possible.
So Role: QA
QA Lead: Mike
QA Testers : Bob, jack, Eric
When tickets go to status QA, want it to auto assign to the QA Lead. the QA Lead could change. But I would hate to go into the workflow every single time that happens and have it hard coded with a users name.
Create a new role called QA Lead. That way each project can have a QA Lead.
Then write a workflow post-function that takes the person in that role and assigns them the issue--stick it on the "Create" step. You can use a ProjectRoleManager object to get a list of ProjectRoleActors, and just grab the first User from that list and assign them the issue.
Writing that is pretty straightforward.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.