This is my code
def msaEndDateCheck = getFieldByName("MSA End Date").getValue() as Date
childIssue.getCustomFieldValue("MSA End Date").setDate(msaEndDateCheck.getDate())
childIssue.getCustomFieldValue("MSA End Date").setMonth(msaEndDateCheck.getMonth())
childIssue.getCustomFieldValue("MSA End Date").setYear(msaEndDateCheck.getYear())
childIssue.getCustomFieldValue("MSA End Date").setHours(msaEndDateCheck.getHours())
childIssue.getCustomFieldValue("MSA End Date").setMinutes(msaEndDateCheck.getMinutes())
childIssue.getCustomFieldValue("MSA End Date").setSeconds(msaEndDateCheck.getSeconds())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.