Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-26 00:10:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-26 00:10:59 +0300
commita53c0ca02cc35bd485af15b46ace3c9c2ac48c64 (patch)
tree431f1db1af18a00010516d5b389e02ebc3d79547 /doc
parent01ae05ffd11edc648e94c44007fced664bc089ea (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/api/graphql/reference/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index b092a5d9fb4..9315993368f 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -5661,6 +5661,16 @@ State of a requirement.
| `ARCHIVED` | |
| `OPENED` | |
+### RequirementStatusFilter
+
+Status of a requirement based on last test report.
+
+| Value | Description |
+| ----- | ----------- |
+| `FAILED` | |
+| `MISSING` | Requirements without any test report. |
+| `PASSED` | |
+
### SastUiComponentSize
Size of UI component in SAST configuration page.