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

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

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.

*Except Fisheye and Crucible

Problem

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

Diagnosis

Environment

  • 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:*


Cause

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

Resolution

  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.


Last modified on Apr 5, 2020

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.