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
{{ message }}
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
The issue is in the reorder API. The reorder API sets the field values of type list to [] (empty list) and the PATCH request removes these [] which generates the audit log.
@jarifibrahim does the UX confirm that we do not want event log for reorder event?
The issue is about how we deal the empty arrays. The reorder API adds [] to fields of kind list and the workitem update API removes this. This creates an event log that we do not need.
Expected behavior
system.boardcolumns
patchActual behavior
Steps to reproduce the problem
ex: https://api.prod-preview.openshift.io/api/workitems/52a89cab-b23b-4b80-9cda-ed6a6de79d7b
Payload:
Audit log for above workitem: http://jsoneditoronline.org/?id=469723b429ce3b6abac3d009202ab530
Notice that assignee and labels audit log has no values and should not be genrated
The text was updated successfully, but these errors were encountered: