Jira:DVCS:Stale Repo Links - lbonanomi/notes GitHub Wiki
Find stale (404) repo links in Jira DVCS:
select distinct(repo_id) from AO_E8B6CC_SYNC_AUDIT_LOG where EXC_TRACE like '%org.eclipse.egit.github.core.client.NoSuchPageException%';
Find stale (404) repo links in Jira DVCS:
select distinct(repo_id) from AO_E8B6CC_SYNC_AUDIT_LOG where EXC_TRACE like '%org.eclipse.egit.github.core.client.NoSuchPageException%';