-
Bug
-
Resolution: Fixed
-
Low
-
9.4.19, 9.9.1, 9.9.3, 9.12.8
-
9.04
-
2
-
Severity 3 - Minor
-
40
-
Issue Summary
This is reproducible on Data Center: YES
Steps to Reproduce
- In Bitbucket Cloud:
- Prepare workspace with TEST repository
- Create 12 branches and corresponding PRs. Name them according to pattern "PR-1", "PR-2" etc. Names just help us to sort them from the oldest to the newest.
- Go to "PR-5" and mark it as "Request changes"
- In Jira:
- Link created Bitbucket cloud workspace with DVCS
- Wait till linking finished
- Run soft-sync in repositories list page for TEST repository
Expected Results
All 12 PRs will be stored in "AO_E8B6CC_PULL_REQUEST" database table.
Actual Results
1) Only couple (probably 5) pull requests will be stored in "AO_E8B6CC_PULL_REQUEST" database table.
2) Log will contain line with pattern:
[c.a.j.p.d.s.b.c.m.repository.pullrequest.BitbucketPullRequestActivityEnvelopeDeserializer] Unknown type of activity : {json_payload}
Workaround
Currently there is no known workaround for this behavior. Change is needed to be done in production code itself.