Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to delete issues on GitLab?

Tags:

gitlab

I recently installed GitLab to try it out and I am really enjoying it. It's very easy to install and use, still, I found an annoying "problem". I haven't yet found a way to delete Issues associated to projects.

I know that it's not a good practice to remove Issues from the system, but there are some specific occasions where this is really useful, such as when you create an Issue that makes no sense and don't want to be in the system, even after being closed.

So, my question, really simple: Is it possible to delete Issues on GitLab? If so, how can I do it?

I am using GitLab 7.2.1, on Debian wheezy.

Many thanks

like image 880
skhell Avatar asked Sep 05 '14 11:09

skhell


People also ask

How do I delete multiple issues in GitLab?

Use case: When cloning a project (export/import), the project may bring over multiple unneeded issues and it would be helpful to be able to delete them all at once using a selection tool rather than having to use the currently rather convoluted method of > edit issue > delete > click issues > find next issue > repeat.

Can you delete issue on github?

Navigate to the issue you want to delete. On the right side bar, under "Notifications", click Delete issue. To confirm deletion, click Delete this issue.

How do I move a GitLab issue to another project?

You can move an issue with the "Move issue" button at the bottom of the right-sidebar when viewing the issue.


1 Answers

It is now possible to delete issues starting with GitLab 8.6:

GitLab 8.6 released with Deploy to Kubernetes and Subscribe to Label

Delete Issues

Sometimes, simply closing an issue or merge request is not sufficient. For those times, we are now making it possible to delete issues and merge requests.

Only owners can delete issues by editing the issue or merge request and clicking, you guessed it, Delete.

like image 200
Calin Avatar answered Sep 21 '22 06:09

Calin