File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ The following table depicts the various user permission levels in a project.
71
71
| Switch visibility level | | | | | ✓ |
72
72
| Transfer project to another namespace | | | | | ✓ |
73
73
| Remove project | | | | | ✓ |
74
+ | Delete issues | | | | | ✓ |
74
75
| Force push to protected branches [ ^ 4 ] | | | | | |
75
76
| Remove protected branches [ ^ 4 ] | | | | | |
76
77
| Remove pages | | | | | ✓ |
Original file line number Diff line number Diff line change
1
+ # Deleting Issues
2
+
3
+ > [ Introduced] [ ce-2982 ] in GitLab 8.6
4
+
5
+ Please read through the [ GitLab Issue Documentation] ( index.md ) for an overview on GitLab Issues.
6
+
7
+ You can delete an issue by editing it and clicking on the delete button.
8
+
9
+ ![ delete issue - button] ( img/delete_issue.png )
10
+
11
+ > ** Note:** Only [ project owners] ( ../../permissions.md ) can delete issues.
Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ Learn distinct ways to [close issues](closing_issues.md) in GitLab.
90
90
91
91
Read through the [ documentation on moving issues] ( moving_issues.md ) .
92
92
93
+ ## Deleting issues
94
+
95
+ Read through the [ documentation on deleting issues] ( deleting_issues.md )
96
+
93
97
## Create a merge request from an issue
94
98
95
99
Learn more about it on the [ GitLab Issues Functionalities documentation] ( issues_functionalities.md#18-new-merge-request ) .
You can’t perform that action at this time.
0 commit comments