How to create sub-task when an existing subtask is made as Done

Jyothi Ravipati December 22, 2021

Hi,

 

Can I know the process that how can I create a new sub-task when an existing sub-task is made as done in a parent Issue, Apart from use any plugins.

 

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 22, 2021

Hi @Jyothi Ravipati 

One way to do this is with the built-in automation rules.  For example, you could create a rule such as:

  • trigger: issue transitions to Done
  • condition: issue type is subtask
  • branch: on the parent of the issue
    • action: create the new subtask

To learn more about automation rules, please look at this documentation and template library:

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer