From fed755bf851b9de83acc75c7d63e47190579a7f4 Mon Sep 17 00:00:00 2001 From: William Chia Date: Fri, 6 Oct 2017 16:27:40 +0000 Subject: Add delete issue docs --- doc/user/permissions.md | 1 + doc/user/project/issues/deleting_issues.md | 11 +++++++++++ doc/user/project/issues/img/delete_issue.png | Bin 0 -> 49894 bytes doc/user/project/issues/index.md | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 doc/user/project/issues/deleting_issues.md create mode 100644 doc/user/project/issues/img/delete_issue.png diff --git a/doc/user/permissions.md b/doc/user/permissions.md index 44ee994a26b..8ff7b483c2a 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -71,6 +71,7 @@ The following table depicts the various user permission levels in a project. | Switch visibility level | | | | | ✓ | | Transfer project to another namespace | | | | | ✓ | | Remove project | | | | | ✓ | +| Delete issues | | | | | ✓ | | Force push to protected branches [^4] | | | | | | | Remove protected branches [^4] | | | | | | | Remove pages | | | | | ✓ | diff --git a/doc/user/project/issues/deleting_issues.md b/doc/user/project/issues/deleting_issues.md new file mode 100644 index 00000000000..d7442104c53 --- /dev/null +++ b/doc/user/project/issues/deleting_issues.md @@ -0,0 +1,11 @@ +# Deleting Issues + +> [Introduced][ce-2982] in GitLab 8.6 + +Please read through the [GitLab Issue Documentation](index.md) for an overview on GitLab Issues. + +You can delete an issue by editing it and clicking on the delete button. + +![delete issue - button](img/delete_issue.png) + +>**Note:** Only [project owners](../../permissions.md) can delete issues. \ No newline at end of file diff --git a/doc/user/project/issues/img/delete_issue.png b/doc/user/project/issues/img/delete_issue.png new file mode 100644 index 00000000000..a356f52044e Binary files /dev/null and b/doc/user/project/issues/img/delete_issue.png differ diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md index 0f187946a4a..3e81dcb78c6 100644 --- a/doc/user/project/issues/index.md +++ b/doc/user/project/issues/index.md @@ -90,6 +90,10 @@ Learn distinct ways to [close issues](closing_issues.md) in GitLab. Read through the [documentation on moving issues](moving_issues.md). +## Deleting issues + +Read through the [documentation on deleting issues](deleting_issues.md) + ## Create a merge request from an issue Learn more about it on the [GitLab Issues Functionalities documentation](issues_functionalities.md#18-new-merge-request). -- cgit v1.2.1