Is there a way to change the first day of the week in the JetBrains YouTrack Cloud software? Right now week starts from Sunday, which affects all calendars in all widgets in YT. I want to change the first day of the week to Monday.
You can change it for a single user. Would like to change it as default for all newly created users. But don't know about that yet.
Changing it for a user go to your profile or as admin Access Management -> Users and click a user name.
In the General tab near the bottom you can set the First Day of Week for this user.
Related
Is it possible to hide the joined date of GitHub?
It seems to not appear on an old account, but it displays on a new account.
If you have not filled at least one entry in your profile the joined date ist shown. Otherwise the order of appearance on the edit profile page determines the information shown. So most people fill Company or Location entries to get rid of the joined date.
On profile pages, the age of the account is shown for the first 30 days e.g. "Joined 2 days ago". Filling in other profile information such as location or company doesn't have any effect on this.
Once the account is older than that the join date is no longer shown in the sidebar of the profile but will still be visible as the first entry in contribution activity.
This answer is based on experimentation along with this Reddit comment.
When updating mailbox timezone in Exchange Online with Set-MailboxRegionalConfiguration, the timezone changes correctly but checking the mailbox through the OWA gui reveals that meeting hours have not changed to match, requiring a manual step by the user.
Message reads:
The current zone for your meeting hours is [timezone]
and is asking if the user is going to remain in the new timezone and to change the meeting hours to match.
Is it possible to set the meeting hours via Powershell?
If anyone comes across this, we ended up using the Graph API to amend this
How to the setup or configure my extract filters in tableau to always load the current data when admin refreshes the extract
If you want the user to be shown the latest data upon every refresh on the dashboard, you will need to use MAX in your worksheets. For example: When the user opens the dashboard, the user is prompted automatically with week 05, next week when you refresh the data extract on server, the user is prompted with week 06. In that scenario, you dont need to change filter or parameter, it is automatic.
There are drawbacks to the use of Max everytime. In some of your worksheets you might not have Week 05 data because of other filters. It returns you Max week to be 03 because you have data for that week. Should be careful and test more when using LODs
Will changing global time zone in VSTS impact existing tasks, or it is a display option only? Have a customer that is considering to change this, but is concerned whether it can impact existing projects.
There are two different time zones in VSTS
VSTS account TimeZone
VSTS user profile TimeZone
VSTS Account TZ
In the Question, you are mentioning about the VSTS Account TimeZone. This is the main TimeZone settings, where all your iteration dates, build/release schedule depends upon and etc.,.So by changing this will affect the dependencies.
VSTS user profile TZ
This is the one which you need that it's only for UI showing.VSTS user profile time zone setting is used to make the user experience more personal to the user and display the VSTS timestamps for when a user browsing VSTS using time zone configured for that specific user.
So, if my VSTS account time zone is set to EST, but my user profile time zone setting is set to PST, then when I'm browsing the VSTS all date/time fields will be displayed in PST time zone.
VSTS user profile time zone setting can be configured on user profile page (https://app.vsaex.visualstudio.com/me?mkt=en-US&campaign=o~msft~vsts~usercard), by clicking your name on the top-right corner of your VSTS page, then clicking on My Profile | Edit profile | Preferences option. Set your user time zone setting and click Save.
Reference
I am creating a report in Tableau and wanted to show the latest date in dashboard whenever I refresh the data. My data also contains last one month's data points. And on daily basis, we are refreshing the data.
If you just want to show the latest date in your dashboard you can just have a sheet with max(date_field) and drag that sheet onto your dashboard.
If you want that date to change dynamically with the users choice of periods that you just need to look at "Apply to worksheets" on your dashboard filter.