Error message is seen when trying to access Queues in Jira Service Management

Platform Notice: Cloud Only - This article only applies to Atlassian apps on the cloud platform.

Summary

User receives a message as seen in the screenshot below when trying to access Queues/All Open tickets in a Jira Service Management project:

(Auto-migrated image: description temporarily unavailable)

Diagnosis

In the absence of any widespread outage or permission-related issues, the next step would be to check the Browser logs for any error messages.

Network console logs may indicate an error similar to the error below:

{"errors":[{"errorMessage":"A search exception occurred"}],"reasonKey":"sd.issue.search.exception","reasonCode":"500"}

Useful information on how to access console logs:

  1. How to access Developer Tools in Chrome

  2. How to check log messages in the Console in Chrome

  3. How to access and check console logs in Firefox

Cause

In this case, there could be an issue with a custom field included in the search. This error seen in the console logs, could indicate that the custom field does not have an appropriate search templateassociated with it.

  • Search templates, are responsible for indexing a custom field and are what make it possible for custom fields to be searched in simple and advanced issue search.

  • JQLs need Search Templates to display results based on field values.

The custom field ID or name may not be given in the error message. However, it is probably the case that the JQL for the queue included this field and that is why the JSM queues could not be loaded.

The queue can be edited as shown in the screenshot below:

(Auto-migrated image: description temporarily unavailable)

Editing the queue shows that the JQL behind the queue includes the custom field in either the search query or the order by clause.

resolution = Unresolved ORDER BY "Actual start" ASC

OR

resolution = Unresolved AND "Actual start" is not EMPTY

Basically the JQL as shown below includes a reference to one or more custom field(s) which need to be checked.

(Auto-migrated image: description temporarily unavailable)

Solution

The "

Administer Jira"

Global permission is necessary to complete these steps.

The appropriate search template needs to be associated with the custom field as explained below.

  • Click the Settings (⚙) icon at the upper right corner of the screen and select the Issues option.

  • From the left menu choose Custom fields under Fields section.

  • Search for the specific custom field by name.

  • Click on the More () icon to the right of the custom field from the search results

  • Select the Edit Details option

  • Now update the Searchtemplate option from None to the appropriate value and click the Update button.

(Auto-migrated image: description temporarily unavailable)

Once this is done, the Queues/All open tickets would be displayed without any errors.

If the custom field ID instead of the custom field name is specified in the JQL, then the specific custom field referred to, can be obtained as follows:

  • In the Custom fields screen, search for any custom field name and click on Edit Details as explained earlier. Observe the URL in your browser, which will contain the ID of the field

  • Modify the url to specify the ID specified in the JQL. This will load the details of the appropriate custom field. The search template can be modified from this screen

Updated on September 26, 2025

Still need help?

The Atlassian Community is here for you.