Clarify iteration rollover is dependent on timezone configuration
What does this MR do and why?
Issue #392405 (closed)
Updates the cadence form and its feature documentation to clarify that issues rollover at midnight in the timezone configured for GitLab instance.
Before | After |
---|---|
How to test the change
-
Visit any group
-
Navigate to the cadence feature page via the sidebar on the left.
Issues
>Iterations
. -
Click
New iterations cadence
button in the top right corner.
To use another timezone, you need to update gitlab.yml
and restart your GDK.
Open config/gitlab.yml
and change the timezone:
## Date & Time settings
# Uncomment and customize if you want to change the default time zone of GitLab application.
# To see all available zones, run `bundle exec rake time:zones:all RAILS_ENV=production`
- # time_zone: 'UTC'
+ time_zone: 'Hawaii'
After saving the change, restart the GDK.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by euko