How can we auto create 2nd sub-task for a parent issue when a 1st sub-task is closed

Kranthy Reddy June 9, 2021

How can we auto create 2nd sub-task for a parent issue when a 1st sub-task is closed for the same parent issue.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 9, 2021

You'll need a scripting or automation tool that can trap the "close" event (either as a listener catching an event, or a post-function on the close transition).  Your script or automation can then read the sub-task for its parent and add a sub-task to it.

Suggest an answer

Log in or Sign up to answer