@NodeRelationship(type = "STATE", direction = Direction.OUTGOING)
@FilterProperty
@OrderProperty
val state: LazyLoadingDelegate<IssueState, NodePropertyDelegate.NodeProperty>

The state of the Issue, e.g. OPEN. Allowed IssueStates are defined by the template. The state also defines if this Issue is considered open or closed.