Commit dd50ad5b authored by Tristan Read's avatar Tristan Read Committed by Natalia Tepluhina

[RUN AS-IF-FOSS] Restrict incident list query to available fields

parent 0e9ed172
#import "ee_else_ce/incidents/graphql/fragments/incident_fields.fragment.graphql"
query getIncidents(
$projectPath: ID!
$issueTypes: [IssueType!]
......@@ -39,8 +41,7 @@ query getIncidents(
webUrl
}
}
statusPagePublishedIncident
severity
...IncidentFields
}
pageInfo {
hasNextPage
......
---
title: Fix incident list by restricting query on FOSS
merge_request: 42301
author:
type: fixed
fragment IncidentFields on Issue {
severity
statusPagePublishedIncident
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment