state property

String? state
getter/setter pair

State of the issue.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified.
  • "OPEN" : An open issue.
  • "CLOSED" : A closed issue.

Implementation

core.String? state;