script:Typed< string, { default:"/**\n* Example:\n* The following script requires personalizing the instance to add the Malware category and the Security assignment group.\n* if (current.category == \"Hardware\")\n* current.assignment_group.setDisplayValue(\"Hardware\"); \n* else if (current.category == \"Software\")\n* current.assignment_group.setDisplayValue(\"Software\");\n* else if (current.category == \"Malware\")\n* current.assignment_group.setDisplayValue(\"Security\");\t\n*\n* Another Example:\n* Release Planning Example, which assigns the last person assigned to a release to the current release.\n* current.release.product.service.assigned_to;\n*/"; label:"Script"; maxLength:8000; }, >