21 lines
243 B
GraphQL
21 lines
243 B
GraphQL
fragment AlertListItem on AlertManagementAlert {
|
|
iid
|
|
title
|
|
severity
|
|
status
|
|
startedAt
|
|
eventCount
|
|
issue {
|
|
iid
|
|
state
|
|
title
|
|
}
|
|
assignees {
|
|
nodes {
|
|
name
|
|
username
|
|
avatarUrl
|
|
webUrl
|
|
}
|
|
}
|
|
}
|