pre-configure the Linux client with a Hipchat Server URL

お困りですか?

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

コミュニティに質問

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


目的

Launching the client will display a screen to choose between Hipchat cloud or Hipchat Server. This can be confusing to users who do not know if their organization is using Hipchat Server or Hipchat cloud, or may not know the URL for their organization's Hipchat Server.

ソリューション

Pre-configure the client with a Hipchat Server URL. This will skip selecting Hipchat cloud or Hipchat Server and go straight to the login screen for the designated Hipchat Server.

To pre-configure the Linux Client

  1. install the Linux Hipchat Client
  2. in the directory $HOME/.config/Atlassian create the file config.ini

    touch $HOME/.config/Atlassian/config.ini
  3. in the config.ini file add the line force_server=<URL of the SERVER>

    echo force_server=https://hipchat.example.com > $HOME/.config/Atlassian/config.ini
  4. startup Hipchat while having the work directory set as $HOME/.config/Atlassian/

    cd $HOME/.config/Atlassian
    hipchat4

    または

    sh -c 'cd $HOME/.config/Atlassian && hipchat4'

    or create/adjust your launcher (screenshot is from an Xfce launcher)



Screenshot of selection screen for HipChat cloud or HipChat Server

Selecting Hipchat Cloud or Hipchat Server

最終更新日: 2018 年 1 月 19 日

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

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