Is there a way to set a Lead on a project's role

Kathleen Jacobs June 14, 2013

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.

1 answer

1 accepted

0 votes
Answer accepted
Robert Jahrling
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2013

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.

Suggest an answer

Log in or Sign up to answer