Skip to content

Commit 8c4dea2

Browse files
author
Victor Wu
committed
Merge branch 'add-delete-issue-docs' into 'master'
Add delete issue docs See merge request gitlab-org/gitlab-ce!14721
2 parents 6d7d1d8 + fed755b commit 8c4dea2

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

doc/user/permissions.md

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The following table depicts the various user permission levels in a project.
7171
| Switch visibility level | | | | ||
7272
| Transfer project to another namespace | | | | ||
7373
| Remove project | | | | ||
74+
| Delete issues | | | | ||
7475
| Force push to protected branches [^4] | | | | | |
7576
| Remove protected branches [^4] | | | | | |
7677
| Remove pages | | | | ||
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.
48.7 KB
Loading

doc/user/project/issues/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Learn distinct ways to [close issues](closing_issues.md) in GitLab.
9090

9191
Read through the [documentation on moving issues](moving_issues.md).
9292

93+
## Deleting issues
94+
95+
Read through the [documentation on deleting issues](deleting_issues.md)
96+
9397
## Create a merge request from an issue
9498

9599
Learn more about it on the [GitLab Issues Functionalities documentation](issues_functionalities.md#18-new-merge-request).

0 commit comments

Comments
 (0)