private suspend fun lookupState(id: String?): IssueState?

Lookup a state by its ID

Return

State with the given ID or null if given null

Parameters

id

ID of the state