The file scrub_issues.py is a python program that accepts a path to the directory '/icu/" of the ICU version being processed.
The program then executes a grep command on code in ICU4C and ICU4J branches, finding lines with ‘knownIssue’ and ‘TODO’.
Next, it uses the JIRA Python module to check the status of each of items found in the grep command.
The following Types of results are printed:
Important: the “jira” module must be available to run this.