-
Bug
-
Resolution: Not a bug
-
Low (View bug fix roadmap)
-
None
-
None
-
Severity 3 - Minor
-
Steps to reproduce the problem:
- Create an Application Link between JIRA 6.3.15 and Crucible 3.6.3.
- Create a new "Review" called CR-11 and attach a linked issue (SSAB-120) to it, see draft-review.png
. Then, click Done button.
- Click Reviews via Issue Screen and CR-11 review is not shows in the Development Panel, see dev-panel.png
- There is a REST request trigger in Fisheye log when clicking on the Reviews link in Development Panel, i.e
15-03-20 16:06:46,706 DEBUG [qtp2058143701-264 ] fisheye ProfilingServletFilter-logRequest - start request GET /rest/dev-status/1.0/details/reviews?xoauth_requestor_id=admin&globalId=SSAB-120&globalId=SSP-120 sessionid=npl3apxnivz61pv1z70engnx4 2015-03-20 16:06:46,736 DEBUG [qtp2058143701-264 ] fisheye ProfilingServletFilter-logRequest - end request in 29ms GET /rest/dev-status/1.0/details/reviews?xoauth_requestor_id=admin&globalId=SSAB-120&globalId=SSP-120 sessionid=npl3apxnivz61pv1z70engnx4 200
- Copy & paste the URL (http://johnchin-pc:8060/rest/dev-status/1.0/details/reviews?xoauth_requestor_id=admin&globalId=SSAB-120&globalId=SSP-120) into the web browser and show the results below:
{"reviews":[{"id":"CR-9","url":"http://johnchin-pc:8060/cru/CR-9","state":"REVIEW","title":"","dueDate":"2015-03-26T16:00:00.000+0800","lastModified":"2015-03-20T15:59:45.085+0800","commentCount":0,"author":{"name":"admin","avatar":"http://johnchin-pc:8060/avatar/admin?s=48"},"moderator":{"name":"admin","avatar":"http://johnchin-pc:8060/avatar/admin?s=48"},"reviewers":[]},{"id":"CR-10","url":"http://johnchin-pc:8060/cru/CR-10","state":"REVIEW","title":"","dueDate":"2015-03-27T16:00:00.000+0800","lastModified":"2015-03-20T16:03:47.449+0800","commentCount":0,"author":{"name":"admin","avatar":"http://johnchin-pc:8060/avatar/admin?s=48"},"moderator":{"name":"admin","avatar":"http://johnchin-pc:8060/avatar/admin?s=48"},"reviewers":[]},{"id":"CR-11","url":"http://johnchin-pc:8060/cru/CR-11","state":"DRAFT","title":"","dueDate":"2015-03-27T16:00:00.000+0800","lastModified":"2015-03-20T16:06:32.411+0800","commentCount":0,"author":{"name":"admin","avatar":"http://johnchin-pc:8060/avatar/admin?s=48"},"moderator":{"name":"admin","avatar":"http://johnchin-pc:8060/avatar/admin?s=48"},"reviewers":[]}]}
As you can see, CR-11 review shows in the returned values.
Workaround:
Change the review state to Start Review.
- relates to
-
JSWSERVER-14947 Display Draft reviews in the Development Panel
- Closed
- was cloned as
-
FUSE-2486 Failed to load
Form Name |
---|
Hi,
Adding to Graeme and Adam's comments, hiding Draft, Abandoned and Summarized code reviews in JIRA tickets is hindering users on knowing the status of its related ticket. One case that I can come up is workflow conditions: It's well known that a transition could happen if all code reviews gets closed or not. But by hiding the draft CR, users would transition without knowing all information of the issue. (Please see the suggestion
JSW-13425)Please, reconsider this ticket and include the non-Open-Under Review-Close Code Review. It is totally important for developers to review what is going on with their tickets.