'Can't show the site list' error in the Jira Data Center and Server mobile app

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: 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 は除く

問題

The Jira Data Center and Server mobile app throws the following error when user tries to access the login screen

Something went wrong

Can’t show the site list. This may be due to a problem with your MDM app configuration. 

原因

When you deploy Jira using a Mobile Device Management (MDM) solution, it is possible to pre-populate a list of Jira site URLs to help users log in more quickly. This is done via an app configuration key value pair. 

This error appears when the value corresponding to the "sites" key has not been entered correctly. 


Mobile Device Management support for the Jira Server iOS app is currently in beta. This feature is not yet fully supported.


ソリューション

This is likely due to a problem with the app config. In your Mobile Device Management solution go to the App Configuration settings and check:

  • Your URLs are correctly formatted, including https:// and match the base URL set in your Jira application exactly, including the context path.
  • You've copied our code example exactly, including all punctuation, square brackets and braces. If you've provided a list of URLs, make sure there is a comma between each. 

    [
     {"title": “My Jira Site”, "baseURL": "https://jira.example.com"} , 
     {"title": “Bug Tracker“, "baseURL": "https://bugs.example.com/jira"}
    ]

tip/resting Created with Sketch.

Not an admin? Send this page to your Jira administrator and ask them to investigate the issue for you.



最終更新日 2021 年 5 月 18 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.