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
@John Funk Thanks for the suggestion but that will unfortunately not work either. All work items already have an assigned fix version once they enter that status. It looks like your suggestion does the flow in reverse: Assigns to QA, checks if the fix version is empty and then assigns the nearest fix version. However, what I would like to do is: When transitioned to Testing on DEV, if fix version is the nearest, then assign to QA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mehdi Bouazza Is it even possible to have "next unreleased version" as a Value in the condition? Does not seem like it to me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.