4 lines
71 B
GraphQL
4 lines
71 B
GraphQL
fragment EscalationStatusFragment on Issue {
|
|
id
|
|
escalationStatus
|
|
}
|