Problem Definition
When sending datetime or timestamp values via Http request in Insight automation, they are sent using Jira system time and Jira time format. This is not consistent with data returned from the REST API, which uses ISO8601 format with all times in UTC.
Suggested Solution
Make the data consistent whether it is pulled via REST API or pushed via httprequest.
Why this is important
This creates significant challenges for external integrations. If data is pushed to an external integration via httprequest, but later the integration is modified so that it pulls data from Insight instead, the data returned will be a different format and may fail to be parsed.