Result containing issue ID and its status.
type IssueStatusResult { issueId: String! status: IssueCollectionStatus }
issueId String!
String!
Unique identifier of the issue
status IssueCollectionStatus
IssueCollectionStatus
Status of the issue
<?> getIssuesStatuses
Last updated 8 months ago