I have created a workflow and also have a sub-task workflow but unable to figure out how to link them. So when task/issue is assigned to in-review then an option opens up to have create subtask or continue to moderation process.
Below is the actual logic that i am looking to achieve. I am sure, someone in the community must have done similar thing.
Hi @Om Joshi You can create sub-task using post function. If you have scriptrunner plugin you can automatically create new subtask or you can use Project automation to create sub-task.
It's not possible to pop-up a create sub-task screen when the issue moving to new status. You can add a transition screen having all the fields which needed for sub-task and add post function which capture data from transition screen and create sub-task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.