Hello,
I repeat some tasks over time, no specific time just when i need it, and this task is always the same with the same subtasks.
So I would like to create a custom issue type that would automatically contain specific subtasks.
Has anyone done anything like that before?
Thanks,
Hello,
The previous answer is correct.
I found a second solution also:
On the workflow on transition, added post function which runs a script runner script
Post function: Script Post-Function [ScriptRunner]
Scriptrunner has a built-in function for adding subtask's added the condition for my custom issue type, the script also adds a desired summary and description.
I have been able to do this through the use of Automation Lite for Jira. You will need to have that in place.
Go to Jira Settings -> System -> (scroll down to find) Automation Rules and you can create rules to carry out the sort of actions you are looking to achieve:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Kay
Thanks for the replay, tested it it works :D
In the meantime, I found the second solution with script runner, but this works.
BR, Olga
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.