-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.4.6, 7.5.4, 7.3.9, 7.9.2, 7.7.4, 7.8.4, 7.10.2, 7.11.2, 7.13.1, 7.12.3, 7.6.11, 8.3.4
-
None
-
7.03
-
23
-
Severity 3 - Minor
-
3
-
Problem
Due dates may differ between the issue view and the activity stream when Jira timezone and user timezones are different.
As an example, if the server is set with a GMT+0 timezone and an issue is set with a due date of 28 February, a user with a GMT-8 timezone will see the due date as 27 February in the general or user-specific activity streams.
Because due date is a date field, rather than a date/time field, the due date will technically be 00:00:01 am on the 28th, which would be 16:00:01 pm GMT-8 on the 27th, hence the disparity.
Steps to Reproduce
- Configure Jira with a GMT+0 timezone
- Add a user, set the user's timezone to GMT+0
- Add a second user, set the user's timezone to GMT-8
- Create a project and issue, assign a due date to that issue
- Login and view the issue as the first user, then the second user to see the due date disparity. The second user should see that the due date is the prior day, the first user should see the the due date as the expected day. In both cases the issue view will exhibit the expected due date.
One Suggested Solution
Change due date to be a date/time field and also display the timezone. This will help users to better understand why the dates are different and as a nice bonus allow to set a specific due time.
Workaround
None at this time.
- relates to
-
JRASERVER-41646 Releasing a version shows the Release Date one day behind the date originally set
- Closed