Bulk Fix Resolutions

Use the Bulk Fix Resolution built-in script to change the Resolution field on multiple issues that match a saved filter.

Problems with imports, workflow modifications and Jira migrations can all cause incorrect Resolution values for multiple issues. Bulk Fix Resolution allows you to modify the Resolution value for all issues returned by a JQL query (filter) without entering the database or re-indexing.

  1. From ScriptRunner, navigate to Built-in Scripts > Bulk Fix Resolutions.

  2. Under Filter ID select a filter. Issues returned by this filter are modified.

    Only saved JQL filters show up in Filter ID. For more information on how to create and save custom filters see Saving Your Search as a Filter.

  3. In New Resolution, select the correct resolution value.

    For Unresolved issues select None.

  4. Check/uncheck the Send mail checkbox.
  5. Select Preview to see an overview of the changes before running the script.
  6. Select Run. All issues matching the Filter ID are changed to the specified new resolution.

    The issue resolution date is only updated on issues with no previous date set. If the Resolution Date field has a value, it is not overwritten. For issues with no resolution date, the resolution date is set to the date the script is run.

    A database change history record is created, which will show the administrator running this built-in script as the user resolving the issue. If Service Desk SLAs have timers based on when the resolution is set, these will be triggered.

Information on incorrect resolution values

We recommend that incorrect resolution values are deleted after completing a bulk fix resolution. To do this, proceed as follows:

  1. Navigate to Issues > Issue Attributes > Resolutions from the Jira Administration console.

  2. Select Delete next to the incorrect resolution value.

On this page