Commit 6e4b720b authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'tr-fix-incident-list-ce' into 'master'

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

See merge request gitlab-org/gitlab!42301
parents c72dbb06 dd50ad5b
#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