Can a sub-task trigger its Parent Issue to create another sub-task? Using automate JMWE

Rizky.Tuasikal
Contributor
January 25, 2022

Is it possible to create (automate) sub-task from another sub-task? Using JMWE.

OR

Can a sub-task trigger its Parent Issue to create another sub-task? and its using automate 

if thats possible, please give me an advice how to do it.

Thanks for the help..

 

3 answers

1 accepted

0 votes
Answer accepted
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 25, 2022

Here's an example of how we can automate the task

So this checks for issue field value changed on sub-task and then creates a sub-task

Sub-task Create.png

Thanks

Rizky.Tuasikal
Contributor
January 26, 2022

it works. thank you so much for the help :)

Like Pramodh M likes this
0 votes
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 26, 2022

Hi @Rizky.Tuasikal ,

you can absolutely automate this using JMWE. One of the reasons to use JMWE over Jira Automation is if you are hitting the Jira Automation limits (if you don't use Jira Premium).

You can use a Create Issue(s) post-function to create a new sub-task, and specify the parent issue as being {{issue.fields.parent.key}}

0 votes
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 25, 2022

@Rizky.Tuasikal 

Why JWME? We can do it Jira Automation. If you need it let me know or you're welcome to explore it!!

Thanks

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 25, 2022

And @Rizky.Tuasikal 

May I know what is sub-task trigger is?

Rizky.Tuasikal
Contributor
January 25, 2022

Yes I need it, please tell me how to do it with Jira Automation

Thank you

Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 25, 2022

What is the Trigger on sub-task?

Suggest an answer

Log in or Sign up to answer