Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to completely remove an issue from GitHub?

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

like image 323
YGL Avatar asked Jun 21 '10 00:06

YGL


People also ask

How do I remove code from GitHub?

If you are asking about deleting a project from GitHub, open your project, click the "Admin" tab (or browse directly to https://github.com/username/project_name/edit) and on the bottom of the page, click "Delete This Repository". It'll ask you to confirm this, and then it's gone.

How do I delete an issue on Zenhub?

How to delete Issues. If you have the right permissions, on the side of the Issue you'll see a link, Delete Issue.


1 Answers

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

like image 73
Mauricio Scheffer Avatar answered Oct 20 '22 14:10

Mauricio Scheffer