-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
4
-
Problem Definition
Jira Cloud system time is in UTC. Migration from Jira Cloud to Jira Server means a potential different system time. Users may encounter incorrect times displayed in Jira after the migration.
Suggested Solution
Update the migration documentation
To include a workaround for applying JVM parameter -Duser.timezone=UTC on Step 4 before importing the Cloud data to Jira Server. Once restored, they may remove the JVM parameter.
Why this is important
Users will be seeing wrong display time in all date format values
Notes
The workaround does not work if the JIRA Sever DB is MySQL. In case you use MySQL you need to:
- Export from the source JIRA Server using MySQL
- Import into a staging JIRA Server with PostgreSQL (configured to have the same timezone as the source JIRA)
- Stop JIRA
- Change the JVM timezone to UTC
- Start JIRA and export the backup
- relates to
-
JRACLOUD-65305 Cloud import does not record entries timezone correctly (change items, issue created dates, etc.)
- Closed