-
Bug
-
Resolution: Unresolved
-
High
-
10.0.0, 8.19.23, 9.4.11
-
2
-
Severity 3 - Minor
-
5
-
Issue Summary
After recent updates to the Jira integration in Bitbucket DC, users are unable to view Jira Cloud issue details in the Bitbucket DC dashboard. The integration fails with a 400 error caused by the use of deprecated parameters in REST calls.
Steps to Reproduce
Navigate to a Bitbucket DC dashboard with Jira Cloud integration enabled.
Expected Results
Jira Cloud issue details should be displayed successfully in the Bitbucket DC dashboard.
Actual Results
Jira Cloud issue details are not displayed. The browser logs show a 400 error with the following message:
{ "errors": [ { "message": "Parameter startAt is deprecated for Jira Cloud search API, use nextPageToken for pagination.", "exceptionName": "javax.ws.rs.BadRequestException" } ] }
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.