-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: DVCS Accounts
Issue Summary
There is currently no way for Jira administrators to view the history of sync operations that run at the DVCS account level (i.e. the periodic jobs that fetch the list of repositories from connected GitHub, GitLab, or Bitbucket accounts). This makes it difficult to understand if these syncs are succeeding, how long they take, or why they might be failing.
Steps to Reproduce
- Navigate to Administration → Applications → DVCS Accounts.
- Observe that there is no option to see past sync operations for the DVCS account (only basic account configuration is shown) like the example below:

Expected Results
Admins should be able to view a history of syncs that fetch repository lists for each DVCS account, including:
- Start time
- End time
- Duration
- Status (success / failed)
- Failure reason (short summary)
- Optionally, a way to view the raw stacktrace or error output for failed syncs.
This would work similarly to the existing repository sync history, keeping the UI consistent.
Actual Results
There is no visibility into these account-level sync operations.
Admins cannot tell when the last sync ran, whether it succeeded, how long it took, or why it failed.
- links to