Closed requests show in "Open requests" list in JSM Cloud portal

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

Summary

Your Jira Service Management customers report that they can see closed or done requests when they sort by "Open requests" on the JSM portal.

Solution

The Resolution field is not set in closed requests

Jira considers that the lifecycle of an issue has come to an end when the "Resolution" field has a value.

You can run the following search in Jira to see if requests are closed without the resolution set: statuscategory = Done and resolution is EMPTY

You need to be a Jira administrator with Global permission to Make bulk changes to execute the following steps. 

Set the Resolution field for requests already in a Done status

Modify your Workflow by adding a new transition with a Post Function

  1. Go to Project settings > Request management > Workflows.

  2. Find the relevant workflow, and click Edit workflow.

  3. Select the Diagram tab, then click + Add transition.

  4. From status Any status (the final status), to status Itself (creating a loop).

  5. Name it accordingly ("Set Resolution", for example), then click Add.

  6. Refresh the page.

  7. Select the newly created transition, then click Post Functions.

  8. On your right corner, click Add post function.

  9. Select Update issue field, then click Add.

  10. On "Issue Field", select Resolution.

  11. Select the relevant "Field Value", then click Add.

  12. Don't forget to publish the workflow draft.

You can limit who can use this transition to user groups or project roles. Please follow the steps here: Add a condition to a transition

Bulk transition issues

With the new workflow transition in place, we can bulk transition issues.

  1. Search for the affected requests in the work type which you updated the workflow (statuscategory = Done and resolution is EMPTY and AND issuetype = "[WORK TYPE WHICH YOU UPDATED THE WORKFLOW]").

  2. Select Bulk change from the ••• Action menu.

  3. Choose Transition issues.

  4. Choose the Resolution field previously selected and transition all previously selected issues in one go.

  5. Run the same JQL query to confirm the issues now have their Resolution field set.

To ensure future requests close with the Resolution field set, and for more guidance in using the Resolution field, refer to Best practices on using the "Resolution" field in Jira Cloud.

Updated on June 24, 2025

Still need help?

The Atlassian Community is here for you.