Viewing Jira Service Management Automation rules reveals missing modules

お困りですか?

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

コミュニティに質問


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

問題

Jira Service Management Automation rules are not displayed properly, similar to the following screenshot:


診断

One or more of the following add-ons are disabled in Jira's universal plugin manager:

  • Service Management Approvals Plugin
  • Service Management Automation Modules Plugin
  • Service Management Notifications Plugin

Inspecting the pluginstate table reveals one or more of the above plugins have been disabled in Jira's database:

select * from pluginstate;

"pluginkey";"pluginenabled"
...
"com.atlassian.servicedesk.approvals-plugin";"false"

原因

  1. JSDSERVER-5415 - 課題情報を取得中... ステータス
  2. An incompatible plugin is enabled in Jira which is conflicting with Jira Service Management.

ソリューション

データベースの変更を行う場合は必ず事前にバックアップを取得してください。可能な場合は、まずステージング サーバーで SQL コマンドの変更、挿入、更新、または削除を行うようにします。

  1. Follow workaround described in JSDSERVER-5415
  2. Review plugins in use by Jira and ensure all are compatible. Incompatible plugins will need to be uninstalled and Jira restarted in order for Jira Service Management dependent add-ons to enable properly


最終更新日 2020 年 11 月 23 日

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

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