Updated by
Deleted
CreateSubTaskGetAssigneeFromParentAdditionalCode.groovy- Ignore whitespace
- * "The code examples below should be added to the 'Additional Code' box on the Create subtask postfunction in order to set the assignee on the subtask to the assignee of the parent issue
- * All right, title and interest in this code snippet shall remain the exclusive intellectual property of Adaptavist Group Ltd and its affiliates. Customers with a valid ScriptRunner
- * license shall be granted a non-exclusive, non-transferable, freely revocable right to use this code snippet only within their own instance of Atlassian products. This licensing notice cannot be removed
- * or amended and must be included in any circumstances where the code snippet is shared by You or a third party."
-// -------- Set the subtask summary to the summary of the parent issue with some extra text appended to it --------
-// Set the Summary of the subtask to the Sumamry of the parent issue and then append the additionl text onto the end of it.
Added
CreateSubTaskPostFunctionAdditionalCodeExamples.groovy- Ignore whitespace
+ * "The code examples below should be added to the 'Additional Code' box on the Create subtask postfunction in order to set the assignee on the subtask to the assignee of the parent issue
+ * All right, title and interest in this code snippet shall remain the exclusive intellectual property of Adaptavist Group Ltd and its affiliates. Customers with a valid ScriptRunner
+ * license shall be granted a non-exclusive, non-transferable, freely revocable right to use this code snippet only within their own instance of Atlassian products. This licensing notice cannot be removed
+ * or amended and must be included in any circumstances where the code snippet is shared by You or a third party."
+// -------- Set the subtask summary to the summary of the parent issue with some extra text appended to it --------
+// Set the Summary of the subtask to the Sumamry of the parent issue and then append the additionl text onto the end of it.