Hi Community,
I need to make subtasks as by default when stories are created
EX: Whenever I m creating a story i would like to create subtask A and Subtask B automatically created.
Story created (Subtask A and Subtask B also should create)
how to accomplish this? Thanks in advance!!
Best,
Ganesh
Hi @Ganesh ,
There are several options.
If you have access to the Scriptrunner app or the Jira Workflow Toolbox app, you can include a postfunction in your workflow
You can also create a rule with automation for jira.
Regards,
Marco
@Marco Brundel Much appreciated for the quick response!!
I've tried with "Create a sub-task [ScriptRunner]", which is working absolutely fine!!
here workflow is associated with 20 other projects, do i need make the diverge for my project or is there any script or code can i use to make this happen without diverging!!
Please assist!!! Thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ganesh ,
In the condition of the postfunction you can put
issue.projectObject.key == 'XYZ'
Regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Marco Brundel Thank you so much!!
This script is working absolutely fine!!!
Keep support us !! Thanks!!
Best,
Ganesh.
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.