ログインすると、アプリに Jira のデスクトップ版が表示される
この記事は、アトラシアンのサーバー製品にのみ適用されます。クラウド製品とサーバー製品の違いの詳細をご確認ください。
問題
After logging in, the mobile app displays a desktop version of Jira.
原因
The problem is caused by a proxy server filtering out some of the cookies required by the app. The mobile app uses a web view (loading the web login page within the app) to authenticate users, and then redirects them to the authenticated part of the app based on cookies returned in the response (authenticated=true). With cookies filtered out, the user can’t be redirected to the mobile view.
ソリューション
Allowlist the following cookie on your proxy server. It can assume the true or false value.
authenticated
- Make sure that the Jira mobile plugin is enabled, especially if you're using the
skipInfo
parameter in your MDM configuration. This problem can occur whenskipInfo
is set totrue
and the Jira mobile plugin is disabled.