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
523cf500
Commit
523cf500
authored
Apr 07, 2022
by
Kai Armstrong
Committed by
Amy Qualls
Apr 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add resolve thread to permission table
Changelog: added
parent
ff58c109
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
doc/api/discussions.md
doc/api/discussions.md
+5
-1
doc/user/permissions.md
doc/user/permissions.md
+1
-0
No files found.
doc/api/discussions.md
View file @
523cf500
...
...
@@ -994,7 +994,11 @@ curl --request POST --header "PRIVATE-TOKEN: [ACCESS_TOKEN]"\
### Resolve a merge request thread
Resolve/unresolve whole thread of a merge request.
Resolve or unresolve a thread of discussion in a merge request.
Prerequisite:
-
You must have at least the Developer role, or be the author of the change being reviewed.
```
plaintext
PUT /projects/:id/merge_requests/:merge_request_iid/discussions/:discussion_id
...
...
doc/user/permissions.md
View file @
523cf500
...
...
@@ -120,6 +120,7 @@ The following table lists project permissions available for each role:
|
[
Merge requests
](
project/merge_requests/index.md
)
:
<br>
Add labels | | | ✓ | ✓ | ✓ |
|
[
Merge requests
](
project/merge_requests/index.md
)
:
<br>
Lock threads | | | ✓ | ✓ | ✓ |
|
[
Merge requests
](
project/merge_requests/index.md
)
:
<br>
Manage or accept | | | ✓ | ✓ | ✓ |
|
[
Merge requests
](
project/merge_requests/index.md
)
:
<br>
[
Resolve a thread
](
discussions/#resolve-a-thread
)
| | | ✓ | ✓ | ✓ |
|
[
Merge requests
](
project/merge_requests/index.md
)
:
<br>
Manage merge approval rules (project settings) | | | | ✓ | ✓ |
|
[
Merge requests
](
project/merge_requests/index.md
)
:
<br>
Delete | | | | | ✓ |
|
[
Metrics dashboards
](
../operations/metrics/dashboards/index.md
)
:
<br>
Manage user-starred metrics dashboards (
*6*
) | ✓ | ✓ | ✓ | ✓ | ✓ |
...
...
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