Deleting all issues in a repository

Hello,

my problem is similar to this one: Wiping issues completely

basically what happened, I screwed something up with the API and now have 90,000+ issues in my private repository. Is there a way to quickly delete all issues in my repository? I know I can close some of them at once but I would rather have all of them gone completely (also going through them page by page will take me forever).

I would also be fine if a GitLab admin would just delete all of them for me.

Hi and welcome to the forum! :slight_smile:

I don’t think you can bulk-delete issues. If you need to do this, I’d suggest using the API:

you could check my temp solution here Bulk delete issues (#24403) · Issues · GitLab.org / GitLab · GitLab