Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
Current Situation
- The JS7 Notification interface uses Java regular expressions to evaluate the workflow path, job name or job label.
- Filtering, for example for folder paths, by regular expressions does not work. Filters work for exact matches of folder paths only
- This issue is reported by https://github.com/sos-berlin/sos-components/issues/16
Desired Behavior
- Regular expressions should work to filter folder paths, job names or job labels for notifications.
Workaround
- Apply the following patch for JOC Cockpit 2.2.1:
- https://download.sos-berlin.com/patches/2.2.1-patch/joc_patch_20220113_JOC-1201.zip
- How to apply the patch:
- stop JOC Cockpit
- copy the downloaded file to the JETTY_BASE/patches directory
- execute JETTY_BASE/patches/bin>java -jar patch-executor-2.2.1.jar
- start JOC Cockpit