Followed integration steps: created a new JIRA project with issues, versions, and components, but none appear in Bitbucket. Is this normal behavior, especially with an empty DVCS URL?
if u havent tied a proper dvcs url yet, its normal behaviour. once you set the correct repo address, u should see the issues pop up in bitbucket. a quick re-sync might also help if it still doesnt show up.
Considering similar issues I encountered integrating these systems, I believe ensuring that the DVCS URL is correctly set and properly configured is crucial. The integration needs more than just creating a JIRA project; you must link the repository with an appropriate URL and validate that required permissions are granted in both Bitbucket and JIRA. From my experience, a detailed review of settings on both sides, including webhook configurations and authentication tokens, often helps resolve the syncing problems observed with an empty DVCS URL.
I encountered a similar issue when first setting up the integration. In my case, it turned out to be a slight misconfiguration with the DVCS URL. I realized that even if the project in JIRA is set up correctly, Bitbucket needs the proper endpoint to match your repository. I resolved it by double-checking the URL and permissions. It might be useful to reauthenticate or manually re-sync after updating the URL, as these integrations can sometimes cache settings.