I'm facing a "trouble in the bitbucket". I made a batch that connects the bitbucket and the trello, but now I'm facing more issues. That said, how can I delete all the issues listed in my repo without editing them individually?
You can create a local repo that is pruned, purged, and generally to your spec. Once you've done that, you can delete the server copy. Then, create a new empty repo with the original's name, and push your pristine history to it.
You may just import zip archive with JSON file named db-1.0.json
like this:
{
"milestones": [],
"attachments": [],
"versions": [],
"comments": [],
"meta": {
"default_milestone": null,
"default_assignee": null,
"default_kind": "bug",
"default_component": null,
"default_version": null
},
"components": [],
"issues": [],
"logs": []
}
For import archive go to Your repository -> Settings -> Issue -> Import & Export.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With