How to completely remove an issue from GitHub?

后端 未结 11 1801
野的像风
野的像风 2020-12-04 06:55

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

相关标签:
11条回答
  • 2020-12-04 07:00

    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.

    0 讨论(0)
  • 2020-12-04 07:04

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

    0 讨论(0)
  • 2020-12-04 07:05

    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.

    0 讨论(0)
  • 2020-12-04 07:07

    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

    0 讨论(0)
  • 2020-12-04 07:08

    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.

    0 讨论(0)
  • 2020-12-04 07:09

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

    0 讨论(0)
提交回复
热议问题