Issue Summary
When work items are created through the UI and through the API, the dates (created and last updated) fields are not consistent.
The Timezone for the datetime captured when created through the API do not match the Timezone for the datetime captured when created through UI.
This affects multiple work item types and object, Epics, Defects, Features, Program etc
Steps to Reproduce
- Create an Epic through the application UI
- Make a GET call for the created Epic and note the createdDate and lastUpdatedDate
- Create an Epic with the POST api call
- Note the createdDate and lastUpdatedDate in the response for the POST api call
Expected Results
The timezone for the datetime recorded in both instances is the same (UTC)
Actual Results
The timezone for the datetime of the item created through the UI is the Server Timezone.
The timezone for the datetime in the create response of the API POST call, is UTC
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
JIRAALIGN-2767 API 2.0: lastModified/lastUpdatedDate Timezone Inconsistency
- Closed
- resolves
-
ALIGNSP-21570 Loading...
-
PS-162162 Loading...