Quick Fix

On this page:

What is a quick fix action?

Integrity Check for Jira provides quick, predefined actions to automatically fix common configuration problems with a single click. These are what we call quick fix actions. With just a simple button press, they allow you to address detected problems without leaving the app. This way, you can quickly clear errors within your Jira instance, which will help you create problem-free snapshots with Configuration Manager.

How it works

The quick fix actions are located in the Details section of each detected problem. After the violation check finishes, you can click the action button in the Location section of an error to resolve the specific configuration problem.

Configuration Manager for Jira needs to be installed with a valid license if you want to use the quick fix actions. Otherwise, the actions are disabled, and a message pops up indicating that a valid license is needed.

Bulk quick fix

You can also use the Quick fix button to automatically resolve all configuration errors with available quick fixes. The button is located at the top of the violation list and has a counter showing the sum of available quick fixes.

With this action, you can apply all available quick fixes to your configuration with a single click. After confirming the changes, all available quick fixes are applied to your Jira one after another.

List of quick fix actions

Here, you can learn which configuration problems have quick fix actions in Integrity Check for Jira.

Problem

Action

Problem

Action

Agile board referring to a missing filter

Example: Agile Board Scrum board refers to the missing filter 10000.

Deletes the board.

Project role is referring to a missing user

Example: Project 'TestProject' refers to the missing user testUser.

Removes the user role actor from the project role. The project role will still be visible in the path.

Project role is referring to a missing group

Example: Project 'TestProject' refers to the missing group testGroup.

Removes the group role actor from the project role. The project role will still be visible in the path.

Dashboard gadget referring to a missing custom field or sprint

Deletes reference to the missing field or sprint.

Dashboard gadget referring to a missing object (breaking the gadget)

Deletes the gadget.

Agile board referring to a missing field from the detail view

Deletes reference to the missing field.

Agile board referring to a missing field from the card layout

Deletes reference to the missing field.

JSM queue column referring to a missing field

Deletes reference to the missing field.

JSM request type referring to a missing custom field

Deletes reference to the missing field.

Dashboard or filter referring to missing group/user permissions

Deletes the reference to the missing group or user permissions.

Filters with invalid JQLs

Changes the JQL to:
"createdDate Is EMPTY and text ~ ‘Original query: ........ ' ".

The Original query part contains the original JQL for the filter. This way the filter won’t cause any errors or warnings and the user can go fix it after deployment.