Hi!
I'm trying to set the Assignee of a Sub-task to a developer or QA once the preceding subtask is moved to done. I found a related article but was unsure how to use Smart Values to accomplish this. Also using a branch "For each subtask" doesn't work because the event is already triggered at the subtask level. Any recommendations?
Use Case:
1. The QA completes testing in the dev environment. Sub-task "QA - Testing on Dev" is set to done by QA.
2. The next subtask "Deploy to production" should be assigned to a Developer "John Doe" so John Doe is notified that a deployment is needed.
I think that what you need to do is fairly straightforward using a branch:
The JQL used here is:
parent = {{issue.parent}} and summary ~ "Deploy to production"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.