@NodeRelationship(type = "ADDED_TO", direction = Direction.OUTGOING)
@FilterProperty
val addedToTrackable: LazyLoadingDelegate<Trackable?, NodePropertyDelegate.NodeProperty>

The Trackable the Issue was added to, null if deleted.