-
Bug
-
Resolution: Won't Fix
-
Low
-
2
-
Severity 3 - Minor
-
Summary
In Developer Panel, once you list the commits in Bitbucket, there is a hyperlink to the commit itself to the Bitbucket. However, when repository name is changed, the hyperlink does not get updated and is still pointing to the old repo.
Environment
- For Bitbucket commits only, using DVCS Connector in Jira Cloud
Steps to Reproduce
- Connect Bitbucket Account to Jira Cloud through DVCS Connector
- In repository "Test", create some commits referencing to a Jira ticket (e.g. ABC-1)
- In ABC-1's Development Panel, each individual commit will be listed, and has a link such as:
- https://bitbucket.org/<your_bitbucket_account>/Test/commits/<commit_id>
- In Bitbucket, edit "Test" repository and rename it to "Trial" repository
- Check ABC-1's Development Panel again
Expected Results
In ABC-1's Development Panel, each individual commit will be listed, and has a new link such as:
-
- https://bitbucket.org/<your_bitbucket_account>/Trial/commits/<commit_id>
Actual Results
In ABC-1's Development Panel, each individual commit is still listed, and still pointing to old link such as:
-
- https://bitbucket.org/<your_bitbucket_account>/Test/commits/<commit_id>
Notes
- Tried disconnecting and re-creating the Bitbucket Account through DVCS Connector again, doesn't work
- Refereshing repositories list through DVCS connector doesn't work
Workaround
None at the moment