I am working on a workflow for employee terminations and would like to do the following:
Issue contains:
- Summary
- Description
- User to be terminated
- Component
When the parent ticket is created the workflow will create a sub-task for each action that needs to be performed for that user. Each sub-task will be assigned to the appropriate person to handle the action. I am planning on using components for this purpose and make the component lead be the person that is responsible for the item.
I would like to use the Script Runner post function that creates sub-tasks and set the following but I am not familar with the scripting needed to do the following:
- Summary: User to be terminated - Some default text
- Compoennt: specified in script
Any help would be greatly appreciated.