-
Bug
-
Resolution: Fixed
-
High
-
1
-
Minor
-
Issue Summary
Notification scheme updates are not included in AuditListener causing scheme changes to be untraceable.
Steps to Reproduce
Attached exception is thrown in the code for AuditListener. Upon going through the exception, it is occurring due to a NumberFormatException when trying to parse the string ISSUE_CREATED_NOTIFICATION as a number. Its clear that the AuditListener flow is expecting a numeric value in the string.
Found that there were some changes made to the relevant screen last year on 17 October 2023.The flow started passing values ISSUE_CREATED_NOTIFICATION which is not a numeric value and started causing the issue to where events failed at Audit Listener flow
Expected Results
Notification Scheme changes are tracked in Audit Log.
Actual Results
Changes are not tracked.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available