-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.6.3
-
Component/s: Integrations
-
None
-
Environment:
Running standalone Crucible 1.6.3
Redhat Enterprise 3 (linux kernel 2.4.21-27)
JVM: Sun JDK 1.6.0_07
When trying to use the Crucible reporting plugin, it crashes for most of my test reviews, those contain
review-comments!
I have found the culprit seems to be the REST service: GET /reviews-v1/<review id>/reviewitems/<reviewItemId>
The service "GET /reviews-v1/<review id>/reviewitems/" works perfectly, but it doesn't know how to extract certain items.
I have attached the reviewItems retrieved for a specific review. It contains reviewitems CFR-145 ..CFR-150
But only GET /reviews-v1/<review id>/reviewitems/CFR-144 succeeds.
The rest cannot be retrieved using the GET /reviews-v1/<review id>/reviewitems/CFR-XYZ method