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..
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
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why JWME? We can do it Jira Automation. If you need it let me know or you're welcome to explore it!!
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And @Rizky.Tuasikal
May I know what is sub-task trigger is?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I need it, please tell me how to do it with Jira Automation
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the Trigger on sub-task?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.