summaryrefslogtreecommitdiff
path: root/doc/user/project/bulk_editing.md
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2018-01-21 17:42:05 +0000
committerMark Fletcher <mark@gitlab.com>2018-05-15 16:30:49 +0100
commite1eba2da37f7949d36afd5d6ed9f675dc845b046 (patch)
tree93d5a6a11da491dc9eed5530703d9be96d525aa9 /doc/user/project/bulk_editing.md
parent96b9c070ad102ec1004921ff318e2a0a591a5a9c (diff)
downloadgitlab-ce-e1eba2da37f7949d36afd5d6ed9f675dc845b046.tar.gz
Add documentation for bulk editing of issues and merge requests
Diffstat (limited to 'doc/user/project/bulk_editing.md')
-rw-r--r--doc/user/project/bulk_editing.md17
1 files changed, 17 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.
+