How to Disable User Onboarding in JIRA 6.4 and Above
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Server* 製品のサポートは 2024 年 2 月 15 日をもって終了します。Server 製品を利用している場合は、Atlassian Server のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
目的
This article indicates how to disable the user onboarding in JIRA applications.
手順
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 -Datlassian.darkfeature.jira.onboarding.feature.disabled=true
.
Last modified on Mar 3, 2016
Powered by Confluence and Scroll Viewport.