I have added a Bitbucket DVCS account to JIRA and from JIRA issues it automatically links to the commits on Bitbucket that have the issue identifier and it works great.
However in the logs I see a message that references Bitbucket repos that no longer exist.
In /var/atlassian/application-data/jira/log/atlassian-jira.log there is
WARN /rest/bitbucket/1.0/organization/2/syncRepoList
[c.a.j.p.dvcs.service.RepositorySyncServiceImpl]
Repo list had updates when DB reconciled with bitbucket.
[deletedrepo1, deletedrepo2, deletedrepo3] repos deleted, [] new repos
How can I tell JIRA to stop trying to sync those repos? They are gone and not coming back.