summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-05-16 06:55:34 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-16 06:55:34 +0000
commit14507fd18110c6662f56709835a0d68468d7680e (patch)
tree3ac12b36a8bfbdbc72808ca92dcecf8067478ae8 /doc/user
parent0288e2525fbe2bc226726b5289fc6e5b3a949da2 (diff)
parente1eba2da37f7949d36afd5d6ed9f675dc845b046 (diff)
downloadgitlab-ce-14507fd18110c6662f56709835a0d68468d7680e.tar.gz
Merge branch 'docs-41873-bulk-edit-issuable' into 'master'
Add documentation for bulk editing of issues and merge requests Closes #41873 See merge request gitlab-org/gitlab-ce!16614
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/bulk_editing.md17
-rw-r--r--doc/user/project/issues/index.md4
-rw-r--r--doc/user/project/merge_requests/index.md4
3 files changed, 25 insertions, 0 deletions
diff --git a/doc/user/project/bulk_editing.md b/doc/user/project/bulk_editing.md
new file mode 100644
index 00000000000..324a7fa6603
--- /dev/null
+++ b/doc/user/project/bulk_editing.md
@@ -0,0 +1,17 @@
+# Bulk Editing
+
+>**Note:**
+- A permission level of `Reporter` or higher is required in order to manage
+issues.
+- A permission level of `Developer` or higher is required in order to manage
+merge requests.
+
+Fields across multiple issues or merge requests can be updated simutaneously by using the bulk edit feature.
+
+>**Note:**
+- Bulk editing of issues and merge requests is only available at the project level.
+
+To access the feature, navigate to either the issue or merge request list for the project and click 'Edit Issues' or 'Edit Merge Requests'. This will cause a sidebar to be shown on the right-hand side of the screen, where the available, editable fields are displayed. Checkboxes will also appear to the left-hand side of each issue or merge request, ready to be selected.
+
+Once all items have been selected, choose the appropriate fields and their values from the sidebar and click 'Update All' to apply these changes.
+
diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md
index be4436749f9..bf17731c523 100644
--- a/doc/user/project/issues/index.md
+++ b/doc/user/project/issues/index.md
@@ -151,3 +151,7 @@ or Bugzilla.
### Issue's API
Read through the [API documentation](../../../api/issues.md).
+
+### Bulk editing issues
+
+Find out about [bulk editing issues](../../project/bulk_editing.md).
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index a6c0fd49c45..5932f5a2bc1 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -233,6 +233,10 @@ all your changes will be available to preview by anyone with the Review Apps lin
[Read more about Review Apps.](../../../ci/review_apps/index.md)
+## Bulk editing merge requests
+
+Find out about [bulk editing merge requests](../../project/bulk_editing.md).
+
## Tips
Here are some tips that will help you be more efficient with merge requests in