Skip to content

Jira:DVCS:Stale Repo Links

lbonanomi edited this page May 13, 2021 · 1 revision

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%';

Clone this wiki locally