I have a custom field single check list and if a value is selected, I need to create a subtask based on the value. The subtask needs to have the summary based on the value in the field and the assignee should be based on the value and an email should be sent to a distribution list (not a user) associated to the selection in the field.
Additionally, if the value Global is selected from the custom field mentioned above, then ALL entries from the select list should be used to create subtasks per process above.
The Global option should not have a subtask, so that selection is ignored in regard to creating a subtask, it is used to denote to JIRA that all the other entries in the select list should be used to create a subtask
JIRA needs to read the selected value and if it is Global, it will then needs to get a list of ALL values that are possible in the select list and then create a subtask for each value in the single select list. Again, it would not create a subtask for Global, just all the other possible values.