Dates/Time via Integration Hub Jira SpokeIssue Jira's custom additional field selection for "SNOW Created Date" throws the error: "Error: Check the format of SNOW Created Date (Process Automation.b55a5b0577b15110cc985228c81061e3; line 4)" or equivalent after execution. CauseThe formatting is not correct according to what is accepted by REST integration API. ResolutionPlease use the format mentioned in the following sample in order to resolve the date/time formatting: var gd = new GlideDate();//example: "2016-06-08T23:44:57.00+0000";return gd.getByFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ"); Related Links REST API parses date/time strings poorly https://jira.atlassian.com/browse/JRACLOUD-61378