How to completely remove an issue from GitHub?
Asked Answered
S

11

420

Is it possible to completely remove an issue from the GitHub issue tracker?

Shopping answered 21/6, 2010 at 0:32 Comment(9)
An interesting side-question: How is this answer legally consistent? I don't know about the U.S. but in Europe one has author-rights (they go beyond copyright) that says one has control about how/if something is published. This means one can decide to withdraw a publication. This right can't even be transmitted to a third party (it's a moral right).Earthly
@CommuSoft Nice consideration. Maybe suing them through the Right to be forgotten is the best option for Europeans today.Uropygium
This is a superset of what you asked for, but since it's related -- Deleting your account removes all issues, pull requests etc. : help.github.com/articles/deleting-your-user-accountPiecedyed
@CommuSoft Technically, you're able to edit the title / msg so I belive it would be easily defendable for GH. : )Creosote
@MarekLewandowski: that's indeed a possibility given Github doesn't keep track of the changes (or you can at least remove history). I know Google faces the same problem with cached versions of webpages. In rare occasions you can for instance ask Google to remove certain pages/history for instance if your name has been cleared in court, you can ask to remove links to articles stating you were suspected of some crime.Earthly
@MarekLewandowski true for issue body, but not title, which shows undeletable "changed the title to" comments.Uropygium
See: Delete / remove an issue completely at GitHubLingerie
@Apparently the best we can do is remove the original text, and Close the issue.Alina
Update Nov. 2018: You now can delete your issues! See https://mcmap.net/q/87252/-github-remove-issues-entered-in-error. And I have updated my answer below.Bess
B
46

Update Nov 2018: You now can delete issues if you are a owner of the repository!
See "Github - remove issues entered in error"

Issue deletion

https://docs.github.com/en/github/managing-your-work-on-github/deleting-an-issue mentions:

People with admin permissions in a repository can permanently delete an issue from a repository.

For other people (without permission), questionto42's comment shows that you can ask to GitHub support for the issue to be deleted, as illustrated here.


At May 2018, original answer:

Three 8 years later, and closing issues remains the answer (still no deletion possible).
See "The Ghost of Issues Past", where GitHub advise to check and close:

Bess answered 18/12, 2013 at 8:17 Comment(9)
Ten and counting.Aquanaut
@Aquanaut But does the Nov. 2018 post I reference at the start of this updated answer address the question? (meaning: ten years, yes, but is it still "counting"?)Bess
Oh dear. I somehow managed to ignore all of that, including the screenshot, when reading your answer. Thanks for pointing it out.Aquanaut
@Aquanaut You do have a point though, as not every deletion case is possible, if I understand intika's answer correctly.Bess
Seems so. Only the owner/admin of the repo can delete, not the reporing user.Aquanaut
Hi Von, I clarified my understanding that you need to be an owner of the repo to delete it.Uropygium
@CiroSantilliTRUMPBANISBAD Good point, thank you for the edit!Bess
I can confirm this, as a user without admin rights, I could ask the open source team to ask a GitHub admin to delete my issue, and it was done, see How to delete an issue or contents of it on GitHub, given that a normal member of the project does not have the rights?.Outsail
@Outsail Thank you. I have included your comment in the answer for more visibility.Bess
C
219

No, the github API only allows you to open/close/reopen issues. Here's the Issues API docs.

Carrington answered 21/6, 2010 at 0:59 Comment(7)
Does this apply to collaborators as well? If so, how do we delete the questions users sometimes ask through the bug tracker instead of out mailing list or Stack Overflow? I find it hard to believe we have to file a Bug Report with GitHub and ask them to delete it.Taler
Nearly 7 years and thousands of requests later: GitHub still isn't able to delete issues :/ Looks like it will take some time until we have flying cars and skyscrapers on Mars.Tonita
Note that issues can be deleted by Github support. One may contact them and request deletion. It may be delayed or refused but it is an available option that can be used.Augustinaaugustine
This answer is no longer true. I had another user (not GH) alter the title of my issue, change the text of the issue, and then delete the edit history so noone could see the originally reported issue (Which was only critical of some of the content that was both poor quality and unfactual in several ways. It was not obscene, profane, or even really rude)Indisposition
@Indisposition that's not the same as deleting an issue (though effectively it does come close)Carrington
The only difference is that the issue is not deleted.Dissidence
Deleting issues is now possible as of Nov 2018.Mir
P
62

You can edit an existing issue (let's say if it's a duplicate) and you can change the title, description and target milestone to be something completely different. That's as close as you can get to removing the ticket, AFIK.

Privatdocent answered 29/6, 2012 at 18:21 Comment(3)
Note that it's not possible to edit the title of an issue posted by another user.Rovelli
@EmacsFodder It is now, title as well as the comment of OP. I am not sure when they added this. Maybe only owner of repo can do this? Probably.Stoddart
This doesn't really work anymore due to the audit log GitHub recently introduced github.com/blog/1866-the-new-github-issuesStoke
B
46

Update Nov 2018: You now can delete issues if you are a owner of the repository!
See "Github - remove issues entered in error"

Issue deletion

https://docs.github.com/en/github/managing-your-work-on-github/deleting-an-issue mentions:

People with admin permissions in a repository can permanently delete an issue from a repository.

For other people (without permission), questionto42's comment shows that you can ask to GitHub support for the issue to be deleted, as illustrated here.


At May 2018, original answer:

Three 8 years later, and closing issues remains the answer (still no deletion possible).
See "The Ghost of Issues Past", where GitHub advise to check and close:

Bess answered 18/12, 2013 at 8:17 Comment(9)
Ten and counting.Aquanaut
@Aquanaut But does the Nov. 2018 post I reference at the start of this updated answer address the question? (meaning: ten years, yes, but is it still "counting"?)Bess
Oh dear. I somehow managed to ignore all of that, including the screenshot, when reading your answer. Thanks for pointing it out.Aquanaut
@Aquanaut You do have a point though, as not every deletion case is possible, if I understand intika's answer correctly.Bess
Seems so. Only the owner/admin of the repo can delete, not the reporing user.Aquanaut
Hi Von, I clarified my understanding that you need to be an owner of the repo to delete it.Uropygium
@CiroSantilliTRUMPBANISBAD Good point, thank you for the edit!Bess
I can confirm this, as a user without admin rights, I could ask the open source team to ask a GitHub admin to delete my issue, and it was done, see How to delete an issue or contents of it on GitHub, given that a normal member of the project does not have the rights?.Outsail
@Outsail Thank you. I have included your comment in the answer for more visibility.Bess
P
31

For posterity: Deleting issues would be a bad thing, since in general they can be targets of associations on github.

But if you are willing to sacrifice the collaboration info, here is a "whack it with a sledgehammer" approach:

  1. Clone your original repo.
  2. Copy your issues via the Issues API.
  3. Delete the original repo; alternatively, chose a new name for your new repo.
  4. Re-create a new repo based on your clone.
  5. Re-create the issues you want to keep via the Issues API.

I imagine this could potentially lose a lot of other linking information as well such as forks, pull requests, etc.

Pinhead answered 18/3, 2013 at 12:15 Comment(8)
Deleting issues makes sense if there is something unusual happening. For example, I'm moving my code and issues to GitHub and someone has reported a 'new' issue on GitHub before I've finished the move. I need to keep the issue numbers unchanged, so I'll now have to completely hijack this 'wrong' issue.Mylo
LOL! Even thought your answer is technically right, its a PITA to do this and insane totally!Frieda
This answer is not technically correct. It's opinionated. We're not discussing the opinions of deleting an issue. We're discussing a lack of a basic CRUD (D) operation that should be present in most things. It's demeaning and disrespectful for software solutions to restrict basic features in an attempt to "Protect us from ourselves". This is not the U.S. Federal Government; we don't need to be babysat.Koski
I agree in theory with inconsistencies in interfaces. Telling the OP not to do it was not my main point. It was merely a cautionary statement before I suggested a potentially destructive brute force path to achieving the OP's goal. Besides, StackOverflow isn't the proper venue for criticisms of Github's API. Those should be addressed to Github.Pinhead
What is a "target of association" (in your first paragraph)? (English is not my native language)Pruett
@Pruett if you type in the issue number in a comment, a link is automatically created. You can even link to issues in another repo this way. OP is saying that these associations would be lost if you deleted the issue.Colleen
Actually contacting GitHub for a deleting request is easier. If you really want to do it THIS way - This will have reasons. So maybe this reasons are important enough, so GitHub Staff will actually delete issues. It's not common, but maybe they will do it.Forcible
Use Case, I want to test my code that creates issues in a repo via the API. After I create the issue with my test code, i want to be able to delete it, so as to be non-destructive.Ronnieronny
U
29

Public feature request

I wrote to GitHub in 2014-08 and https://github.com/jdennes replied by email:

Thanks for the suggestion. It's only possible to edit/clear the issue content currently. However I've added a +1 to this suggestion on our internal Feature Request List.

confirming it was not possible.

Best workaround so far

  • set the title to something that will never conflict with any search, e.g. a single dot ..

    This may not hide the history of your blunder entirely because of the automatic undeletable "changed the title to" comments.

  • make the body empty

GitHub staff has the power

If something is a security issue, contact GitHub staff, they usually reply quickly, and are able to remove issues for good as can be seen at: http://archive.is/OfjVt which has issue 1 and 3 but no 2.

Uropygium answered 15/8, 2014 at 9:47 Comment(0)
S
9

You can delete the entire repo if it's really important.

Sheepshearing answered 3/2, 2017 at 0:1 Comment(1)
+1'd to fix the -1. This might be absurd, but it's the only way to actually remove the content. Baby, bath water, and kitchen sink.Spinthariscope
C
4

Possible workaround

As of 04/2019 not all issues can be deleted current work around is to edit the issue then delete the edit history, the only downside is that the issue still exist and the old title could be seen.

Screenshot_20190419_072804

Casuistry answered 19/4, 2019 at 20:26 Comment(0)
C
0

You could by just asking to github to ban the user that created the issue 😁

Source: https://github.com/isaacs/github/issues/253#issuecomment-290944938

Carvelbuilt answered 17/8, 2017 at 16:34 Comment(0)
A
0

Users are unable to do this, including repository owner.

But issues can be deleted by Github support. One may contact them and request deletion. It may be delayed or refused but it is an available option that can be used.

Augustinaaugustine answered 28/7, 2018 at 16:12 Comment(0)
D
0

Still impossible. Another workaround to the ones suggested in the other answers is to label the issue as "deleted" (or any other label you might fancy better), to be able to filter them out if you use the github API to retrieve them. Obviously you should use that specific label only for this purpose, setting the label when you close the issue.

Deth answered 20/9, 2018 at 5:12 Comment(1)
Now it is possibleTar
F
-1
  1. You can create a new repository.
  2. Transfer (yeah it is possible) unwanted issues to the new repository.
  3. Then delete the new repository.
Frons answered 25/9, 2020 at 5:19 Comment(1)
Please add some good reason to do all this stuff - have you read the accepted answer?Mooneyham

© 2022 - 2024 — McMap. All rights reserved.