Is there a JavaScript event for drag and drop on Boards

Hi.
I am currently trying to execute some code if someone on rapid board drags and drops an issue to another column.
Is there a way in adding a Event listener, in order to know which issue has been moved?

During research I only found mentions regarding
Jira.Events.NEW_CONTENT_ADDED

Is there any other way in order to attach to default jira events like drag and drop?

The DnD is based on jQuery UI sortable: Sortable Widget | jQuery UI API Documentation

So technically theres ways to add those event listeners. See “Events” section in Sortable Widget | jQuery UI API Documentation .

BUT Keep in mind that it is not an official Jira API. Jira can change the DnD library/implementation in an update and your app might break :man_shrugging: