I'm completely new to JIRA Script Runner. I tried doing the research to figure out how I can automate the addition of 15 subtasks upon parent issue creation, but could not get any code to work.
I'm currently on the Script Console. Can someone provide me with detailed steps from the very beginning on how to add the script for this purpose?
Hello,
I believe the easiest way for you to do this would be to use the built-in create sub-task post function. You can get to this by going to your workflow > then click Add a Post Function > then click Script Post Function > finally click Create a sub-task. You'll have to make one of these post-functions for each sub-task you want to make, so if you want to make 15 sub-tasks, create 15 post functions.
You could also custom code this, but for ease-of-use sake I would recommend the above method even though it is a bit tedious.
Please let me know if you need any further help!
Jenna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.