Customer in request participant can't view their issue in My Request page

お困りですか?

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

コミュニティに質問

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

問題

Users added as a request participant but couldn't see their issues on My Request portal.

診断

環境

  • JIRA service desk v3.2

Finding

  • Happened to all SDS projects (included new SDS project)

Diagnostic Steps

Run the SQL query below:

SELECT * FROM pluginstate where pluginenabled = 'false';


If you seen the following modules from service desk are disabled, please proceed to the resolution:

  • com.atlassian.servicedesk:sd-request-participant-searcher
  • com.atlassian.servicedesk:*


原因

Is caused by one of the service desk module called sd-request-participant-searcher that was disabled from the pluginstate.

ソリューション

  1. Backup JIRA to be safe.

  2. Run the SQL query below:

    SELECT * FROM pluginstate where pluginenabled = 'false';
  3. Enabled those SDS modules are disabled:

    delete from pluginstate WHERE pluginkey='<pluginkey from query above>';
  4. Restart JIRA and perform a full reindexing.
    (info) Please schedule a time to do the indexing process because it would turn JIRA into a maintenance mode.


最終更新日 2020 年 4 月 5 日

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

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