suspend fun removedIssueFromTrackable(issue: Issue, trackable: Trackable)

Should be called when an Issue is removed from a Trackable. Must be called AFTER the issue is removed from the trackable.

Parameters

issue

the issue that was removed

trackable

the trackable the issue was removed from