github-for-jira icon indicating copy to clipboard operation
github-for-jira copied to clipboard

WIP ARC-1090: delete builds and deployments on repository delete

Open thombergs opened this issue 3 years ago • 0 comments

When a user deletes a GitHub repo, the GitHub app currently deletes the commits, branches, and pullrequests from Jira, but not the builds and deployments.

This PR adds deletion of builds and deployments as well.

I chose not to feature flag this change as I tested it successfully in staging and deleting a repository is not a function that is used too often.

Issue view before deleting the repo in GitHub: image

Issue view after deleting the repo in GitHub: image

No builds and deployments anymore :)

thombergs avatar Apr 05 '22 05:04 thombergs