I'm interested in a way of allowing users to automatically create multiple subtasks for an issue, but only if the user manually triggers it.
In my case, I don't want the subtasks automatically created when the issue is created. Instead, I want the user to drive the creation only if he wants the subtasks. So, for instance, if the parent issue had a new button/menu item that the user could press to trigger the auto-creation of the subtasks, that would be ideal.
Since I want this to be user driven, I don't want to trigger the auto-create function off a transition.
Any clues on how to integrate a script that would allow this via user driven interface?