Jira linked to Bitbucket Cloud or Github does not synchronize and show Pull Requests
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Problem
Jira integrated with Github or Bitbucket Cloud does not synchronizes Pull Requests and these are not shown on Development panel, although Pull Requests do mention Jira issue keys. Other information coming from the remote application, like commits or branches, are visible on the ticket.
There are no errors showed in the logs.
Diagnosis
Environment
Jira Software, integrated with Github or Bitbucket Cloud via DVCS integration.
Diagnostic Steps
Dark feature flag
dvcs.connector.pr-synchronization.disabled on
page<Jira_baseURL>/secure/admin/SiteDarkFeatures!Default.jspa
is present.
Cause
Pull requests synchronization has bee explicitly disabled via Dark feature flag dvcs.connector.pr-synchronization.disabled
(page <Jira_baseURL>/secure/admin/SiteDarkFeatures!Default.jspa
), as a part of the workaround described on this knowledge article: DVCS Accounts show sync errors for GitHub repositories in Jira Software
Solution
Resolution
Visit
<Jira_baseURL>/secure/admin/SiteDarkFeatures!Default.jspa
and removedvcs.connector.pr-synchronization.disabled
flag.Go to Jira settings > System > DVCS accounts and re-sync the affected repository.
Note
If the Dark feature flag is not the cause and the problem is still present, please raise a case with Atlassian Support.
Was this helpful?