Upon subtask transition, assign a sibling subtask

Mateo Eidson February 4, 2025

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.

 

subtaskTransition.png

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Stephen_Lugton
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 5, 2025

Hi @Mateo Eidson 

I think that what you need to do is fairly straightforward using a branch:

Find sub-task and assign.png

 

The JQL used here is:

parent = {{issue.parent}} and summary ~ "Deploy to production"

 

TAGS
AUG Leaders

Atlassian Community Events