Closed requests show in "Open requests" list in JSM Cloud portal
Platform Notice: Cloud Only - This article only applies to Atlassian apps 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 JQL 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 Perform Action rule
To set the Resolution field for requests already in a Done status:
Make sure you have the Jira administrator permission and the Global permission to Make bulk changes.
From your service project, go to Space settings > Workflows.
Find the workflow used by the affected work type and select Edit.
In the workflow editor canvas, select + Add transition.
Configure the transition:
Set From status to the affected Done status (or Any status).
Set To status to Itself (or the same status).
Enter a Name for the transition (for example, Set Resolution).
Select Add.
Select the newly created transition on the canvas to open its configuration panel on the right.
Under Rules, select + Add rule (or select Rules > Add rule).
Choose the Update an request field rule and select Add.
Under Request field, select Resolution, then choose the appropriate Field value (for example, Done or Resolved).
Select Add to save the rule.
(Optional) To restrict who can execute this transition, add a Restrict who can move a request rule under Rules.
Select Update workflow (or Save and close) and publish your changes.
You can limit who can use this transition to user groups or space roles. Please follow the steps here: Restrict transitions
Bulk transition issues
After adding the workflow transition, search for the affected requests in the work type whose workflow you updated using the following JQL:
statuscategory = Done and resolution is EMPTY and worktype = "[WORK TYPE WHICH YOU UPDATED THE WORKFLOW]"
Select Bulk change from the ••• (more actions) menu.
Select the affected issues and select Next.
Choose Transition issues, select Next, and choose the transition created earlier.
Complete the wizard to transition all selected issues in one go.
Run the same JQL query again to confirm that the affected 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.
Was this helpful?