How to Disable User Onboarding in JIRA 6.4 and Above
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
目的
This article indicates how to disable the user onboarding/welcome page in Jira applications, which is prevented to users who log into Jira for the very first time:
環境
Jira Server/Data Center on any version from 7.0.0.
手順
Through the user interface
- As a JIRA administrator, navigate to <JIRA-URL>/secure/SiteDarkFeatures!default.jspa
- Add the following dark feature flag:
jira.onboarding.feature.disabled
- To re-enable onboarding, click the Disable link next to the dark feature on the same dark feature management screen.
As a Java property
As per Setting properties and options on startup add the property below:
-Datlassian.darkfeature.jira.onboarding.feature.disabled=true