How to remove global emoticons in Hipchat Server

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 is for an outdated version of Hipchat Server

 This article applies to a version of Hipchat Server which will be deprecated soon. After that period the version will no longer be supported.

When will my version be deprecated?

The following versions have been deprecated:

  • Hipchat Server 1.3 (EOL Date: Aug 17, 2017)
  • Hipchat Server 2.0 (EOL Date: Jun 17, 2018)
  • Hipchat Server 2.1 (EOL Date: Dec 8, 2018)

The following version will be deprecated soon:

  • Hipchat Server 2.2 (EOL Date: May 30, 2019)

You can read more about Atlassian's End of Life policy here.

You should upgrade to a more recent version of Hipchat Server as soon as you can to take advantage of new features, and security and bug fixes.

   


目的

This article describes how to remove Hipchat Server's global emoticons — emoticons included with the application. Emoticons will continue to display and autocomplete in Hipchat desktop clients until they have been fully closed and reopened.

ソリューション

  1. Download the Hipchat Server Support Toolkit into the /home/admin/ directory:

    wget -N https://s3.amazonaws.com/hipchat-server-toolkit/hipchat-support.pyz -O /home/admin/hipchat-support.pyz


  2. Run the purge-emoticons function with the proper arguments: 

    1. If you wish to delete all default emoticons, use --default:

      sudo dont-blame-hipchat -c 'python /home/admin/hipchat-support.pyz purge-emoticons --default'
    2. If you have a list of emoticons to delete, enter it as a comma-separated list.
      Example - removing emoticons with shortcuts 'ninja' and 'noidea':

      sudo dont-blame-hipchat -c 'python /home/admin/hipchat-support.pyz purge-emoticons --emoticons ninja,noidea'

Persisting through upgrades

Upgrading Hipchat Server will restore default emoticons that have been removed. To prevent this:

  1. Log into the Hipchat Server terminal/command-line interface
  2. Create a file called remove_emoticons (do not add a file extension) in the /home/admin/startup_scripts directory
  3. Copy the command formed during step 2 of the Solution section above to remove emoticons
  4. Paste the command into the remove_emoticons file
  5. Make the file executable:

    chmod +x /home/admin/startup_scripts/remove_emoticons

最終更新日 2018 年 11 月 2 日

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

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