The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic assignment of issue to tester based on component?

Josh Liberty
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 4, 2016

I have a project with multiple developers, and multiple testers in charge of different component.

In real life, developer Bob will develop component Foo, and tester Alice will test it. Developer Mike will develop component Bar, and tester Dan will test it.

I can setup automatic assignment to Bob & Mike, but once the development is done, I can't automatically assign to the correct tester, since there's no way to set specific roles for components.

Is there any way to achieve this? Maybe using a plugin?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jeremy Gaudet
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 Champions.
February 4, 2016

You'd have to do it as part of a post-function in a transition; since it's conditional, a script runner post function that contains the component-to-tester mapping would work.  You could do that at create time, or during a transition specific to "ready to test".  There would be coding involved, but not an excessive amount.  There are samples of similar scripts in the following questions:

https://answers.atlassian.com/questions/154598

https://answers.atlassian.com/questions/140304

https://answers.atlassian.com/questions/258150