IssueStatusHistory
No description
type IssueStatusHistory {
createdAt: ISO8601DateTime!
evidences: [File!]!
id: ID!
label: IssueStatusLabel! @deprecated
previous: IssueStatusHistory
reason: String
source: PortalUser!
status: IssueStatusLabel!
}