How do I assign test tasks to a QA engineer when a story moves to QA?

Frankwin Hooglander March 30, 2016

I would like to be able to assign the Zephyr test tasks that are linked to a User Story to a QA engineer when the story moves to the QA status. Is this possible?

1 answer

0 votes
Nicolas Bourdages
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.
March 30, 2016

Yep. Since tests are JIRA issues, they follow a workflow. In the transition to the QA status, add a post function to assign the task to the user in question.

Note that this will always assign the issue to the same user. If it's not 100% of the tasks that goes to the same QA engineer, you need another approach.

This is what I'd do:

  1. Make an your workflow fire a custom event to warn the QA-engineers group that an issue has been set in QA
  2. Have the QA engineers pick up and assign tasks for themselves. Having a filter subscription or, better yet, a Kanban board to manage these "test requests" works very well in my experience.

Suggest an answer

Log in or Sign up to answer