-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Space - Operations - Deployments
-
1
-
Severity 3 - Minor
Issue Summary
After migrating Jira Server/DataCenter to Jira Cloud using the JCMA tool, linking Jira Cloud to Bitbucket Cloud, and performing a deployment on Bitbucket linking to a Jira issue that was migrated, the deployment information is correctly detected by Jira on the Development Panel on the issue, but the deployment is not showing on the Deployments page, where only the onboarding page with the message "You're almost ready to view deployments in Jira" is displayed
Steps to Reproduce
- Migrate Jira Server/Datacenter to Jira Cloud using JCMA
- Link Jira Cloud and Bitbucket Cloud instances
- Execute a deployment on Bitbucket that references a jira issue that was migrated (it can contain the issue key in the commit message or branch name)
- Access the Jira issue and verify the deployment information is correctly detected by Jira on the Development Panel on the issue

- However, when trying to access the Deployments page to see all deployments in the project, the onboarding page is shown with the message You're almost ready to view deployments in Jira" even though the deployment already happened :

Expected Results
The Deployments view should open with the information of the deployments that already happened and which information was already correctly detected by Jira on the Development Panel on the issue.
Actual Results
The Deployments page keeps showing the onboarding page as if some validation is still missing.
Workaround
To workaround this issue and make the Deployments view to load the deployments you can follow the below steps :
- Create a new issue in the Jira project
- Execute a deployment on Bitbucket linking to this new issue (not a migrated issue)
- After the deployment is complete, navigate to Jira and the Deployments view page should correctly detect the deployment, including the previous deployments made to the migrated issues that were not showing.