summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-06 08:23:33 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-06 08:23:33 +0000
commit6e5d891e508d92f3a983f2edd4f441c8b0fdad74 (patch)
tree080eb8af5899fa28939d12b0049dac920cd28892
parent4cd5e955d284ee87e69bcf4f2125a7c303819bdd (diff)
parent0a4a723df4cbe842df5f5e495339be3133b96840 (diff)
downloadgitlab-ce-6e5d891e508d92f3a983f2edd4f441c8b0fdad74.tar.gz
Merge branch 'docs/port-insights-from-ee' into 'master'
Port EE changes from doc/user/project/insights/index.md Closes gitlab-ee#11974 See merge request gitlab-org/gitlab-ce!29252
-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`