Hello,
Is it possible to create an automation that does the following:
When work item is transitioned from "PR created" to "Testing on DEV" - assign the QA if the work item is in the next unreleased fixed version ...
Basically, what I want to achieve is that if a work item is in the nearest upcoming release, then it gets auto-assigned to the QA so he immediately knows his testing priorities.
Thanks in advance,
Silvia
Hello @Silvia Saric
You need to set the automation to start when the status changes:
Trigger: Work Item Transitioned
From Status: "PR created"
To Status: "Testing on DEV"
Condition: Work item fields condition
Field : Fix version
Condition: Equals
Action: Assign the work item
To: The designated QA User/Role
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.