You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tries to recover issues that were mistakenly closed following a scan with incorrect parameters. This tool is only useful for SonarQube instances in version 7.9.x and lower since this feature is built-in with SonarQube 8.x and higher
249
+
When tools complete successfully they return exit code 0. En case of fatal error the following exit codes may be returned:
- Code 7: Unsupported operation requested (because of SonarQube edition or configuration)
257
+
- Code 8: Audit rule loading failed (at startup)
258
+
- Code 9: SIF audit error (file not found, can't open file, not a legit JSON file, ...)
251
259
252
-
Issue recovery means:
253
-
- Reapplying all transitions to the issue to reach its final state before close (Usually *False positive* or *Won't Fix*)
254
-
- Reapplying all manual comments
255
-
- Reapplying all severity or issue type change
256
260
257
261
### :information_source: Limitations
258
262
- The script has to be run before the closed issue purge period (SonarQube parameter `sonar.dbcleaner.daysBeforeDeletingClosedIssues` whose default value is **30 days**)
0 commit comments