suspend fun prepareIssueDeletion(node: Issue): Collection<Node>

Gets all nodes to delete when this Issue is deleted, including the Issue itself. Also performs other updates necessary when deleting an Issue.

Return

all nodes to delete when this Issue is deleted, including the Issue itself

Parameters

node

the Issue to delete