My company like many others is across multiple time zones and I would like for staff to be able to create any tickets in their local time zone but when another looks at the ticket then they see the time/date reflected as per their local time zone or at a minimum they see the timezone saved alongside the date/time contained in the field.
Sample -
Ticket Created In UTC+1 Zone so when creating will look like Start Date/Time: 21-Apr-20 14:00
Option 1 - will display Start Date/Time: 21-Apr-20 06:00 (when looked at by person in PST (UTC-8))
Option 2- will display Start Date/Time: 21-Apr-20 14:00 UTC+1
Hi @Elaine McMillan ,
Jira does that kind of thing automagically. The system timezone will be UTC (and is how I run mine) with the display of dates and times offset automatically by the viewing user's browser timezone.
If you need to see both or other types of information (like a field showing the TZ something was created/etc in) you could use Groovy ( getComponent(TimeZoneManager).getLoggedInUserTimeZone() ) with either JMWE or ScriptRunner extensions.
That said, if all you need is for users to see dates as captured by Jira, it does that and much simpler to not have to manage some extra effort.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.