Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
362d459d
Commit
362d459d
authored
Aug 17, 2021
by
Amy Qualls
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move bulk-related items down, subtle renaming
parent
4991cc1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
44 deletions
+44
-44
doc/user/project/merge_requests/getting_started.md
doc/user/project/merge_requests/getting_started.md
+1
-1
doc/user/project/merge_requests/index.md
doc/user/project/merge_requests/index.md
+1
-1
doc/user/project/merge_requests/reviews/index.md
doc/user/project/merge_requests/reviews/index.md
+42
-42
No files found.
doc/user/project/merge_requests/getting_started.md
View file @
362d459d
...
...
@@ -129,7 +129,7 @@ To request a review of a merge request, expand the **Reviewers** select box in
the right-hand sidebar. Search for the users you want to request a review from.
When selected, GitLab creates a
[
to-do list item
](
../../todos.md
)
for each reviewer.
To learn more, read
[
Review a
nd manage merge requests
](
reviews/index.md
)
.
To learn more, read
[
Review a
merge request
](
reviews/index.md
)
.
### Merge requests to close issues
...
...
doc/user/project/merge_requests/index.md
View file @
362d459d
...
...
@@ -135,6 +135,6 @@ For a web developer writing a webpage for your company's website:
## Related topics
-
[
Create a merge request
](
creating_merge_requests.md
)
-
[
Review a
nd manage merge requests
](
reviews/index.md
)
-
[
Review a
merge request
](
reviews/index.md
)
-
[
Authorization for merge requests
](
authorization_for_merge_requests.md
)
-
[
Testing and reports
](
testing_and_reports_in_merge_requests.md
)
doc/user/project/merge_requests/reviews/index.md
View file @
362d459d
...
...
@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type
:
index, reference
---
# Review a
nd manage merge requests
**(FREE)**
# Review a
merge request
**(FREE)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216054) in GitLab 13.5.
> - [Feature flag removed](https://gitlab.com/gitlab-org/gitlab/-/issues/245190) in GitLab 13.9.
...
...
@@ -16,47 +16,6 @@ to propose changes. Your team leaves [comments](../../../discussions/index.md),
makes
[
code suggestions
](
suggestions.md
)
you can accept from the user interface.
When your work is reviewed, your team members can choose to accept or reject it.
## Bulk edit merge requests at the project level
Users with permission level of
[
Developer or higher
](
../../../permissions.md
)
can manage merge requests.
When bulk editing merge requests in a project, you can edit the following attributes:
-
Status (open/closed)
-
Assignee
-
Milestone
-
Labels
-
Subscriptions
To update multiple project merge requests at the same time:
1.
In a project, go to
**Merge requests**
.
1.
Click
**Edit merge requests**
. A sidebar on the right-hand side of your screen appears with
editable fields.
1.
Select the checkboxes next to each merge request you want to edit.
1.
Select the appropriate fields and their values from the sidebar.
1.
Click
**Update all**
.
## Bulk edit merge requests at the group level
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/12719) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.2.
Users with permission level of
[
Developer or higher
](
../../../permissions.md
)
can manage merge requests.
When bulk editing merge requests in a group, you can edit the following attributes:
-
Milestone
-
Labels
To update multiple group merge requests at the same time:
1.
In a group, go to
**Merge requests**
.
1.
Click
**Edit merge requests**
. A sidebar on the right-hand side of your screen appears with
editable fields.
1.
Select the checkboxes next to each merge request you want to edit.
1.
Select the appropriate fields and their values from the sidebar.
1.
Click
**Update all**
.
## Review a merge request
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/4213) in GitLab Premium 11.4.
...
...
@@ -204,6 +163,47 @@ Multiline comments display the comment's line numbers above the body of the comm
![
Multiline comment selection displayed above comment
](
img/multiline-comment-saved.png
)
## Bulk edit merge requests at the project level
Users with permission level of
[
Developer or higher
](
../../../permissions.md
)
can manage merge requests.
When bulk editing merge requests in a project, you can edit the following attributes:
-
Status (open/closed)
-
Assignee
-
Milestone
-
Labels
-
Subscriptions
To update multiple project merge requests at the same time:
1.
In a project, go to
**Merge requests**
.
1.
Click
**Edit merge requests**
. A sidebar on the right-hand side of your screen appears with
editable fields.
1.
Select the checkboxes next to each merge request you want to edit.
1.
Select the appropriate fields and their values from the sidebar.
1.
Click
**Update all**
.
## Bulk edit merge requests at the group level
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/12719) in [GitLab Premium](https://about.gitlab.com/pricing/) 12.2.
Users with permission level of
[
Developer or higher
](
../../../permissions.md
)
can manage merge requests.
When bulk editing merge requests in a group, you can edit the following attributes:
-
Milestone
-
Labels
To update multiple group merge requests at the same time:
1.
In a group, go to
**Merge requests**
.
1.
Click
**Edit merge requests**
. A sidebar on the right-hand side of your screen appears with
editable fields.
1.
Select the checkboxes next to each merge request you want to edit.
1.
Select the appropriate fields and their values from the sidebar.
1.
Click
**Update all**
.
## Associated features
These features are associated with merge requests:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment