I am trying to capture an event for when a subitem is moved to a new parent because I need to reflect changes related to re-parenting the subitem in another board. Does this exist? How can I capture it?
The information I was looking for was in the item-level update_column_value event. By comparing “value” and “previousValue” for changes to columnId = “subitems” i can identify when a subitem is moved to a new parent.