summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-06 09:23:48 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-06 09:23:48 +0200
commit0a4a723df4cbe842df5f5e495339be3133b96840 (patch)
tree9ecd45cd2fef49f3668bdeaf07382efc2e199e76
parent95d1e2da2036fb9fe6fa9396240582318fabb170 (diff)
downloadgitlab-ce-0a4a723df4cbe842df5f5e495339be3133b96840.tar.gz
Port EE changes from doc/user/project/insights/index.md
-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`