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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-06 10:23:48 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-06 10:23:48 +0300
commit0a4a723df4cbe842df5f5e495339be3133b96840 (patch)
tree9ecd45cd2fef49f3668bdeaf07382efc2e199e76 /doc/user/project/insights
parent95d1e2da2036fb9fe6fa9396240582318fabb170 (diff)
Port EE changes from doc/user/project/insights/index.md
Diffstat (limited to 'doc/user/project/insights')
-rw-r--r--doc/user/project/insights/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/insights/index.md b/doc/user/project/insights/index.md
index 5154ff38154..3344e560870 100644
--- a/doc/user/project/insights/index.md
+++ b/doc/user/project/insights/index.md
@@ -179,7 +179,7 @@ Supported values are:
Filter by the state of the queried "issuable".
-If you omit it, no state filter will be applied.
+If you omit it, the `opened` state filter will be applied.
Supported values are:
@@ -187,6 +187,7 @@ Supported values are:
- `closed`: Closed Open issues / merge requests.
- `locked`: Issues / merge requests that have their discussion locked.
- `merged`: Merged merge requests.
+- `all`: Issues / merge requests in all states
#### `query.filter_labels`