Reviewboard: Need to fetch reviewer list and reviewer comments for the review id

2013-10-02 Thread chuck j
Hello Chris,

This is urgent requirement.

Since I am not good at database and I don't know how mapping of review 
board database tables are done.

Please help me get a query which will fetch me reviewer list and reviewer 
comments for the review id from reviewboard database from back end.


Appreciate your help.

Cheers,
Chuck

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Reviewboard: Need to fetch reviewer list and reviewer comments for the review id

2013-10-02 Thread Christian Hammond
We can't guarantee immediate responses. It's very dependent on our workload
and support load. If you need reliable, immediate responses, we do offer
support contracts now. We prioritize those over everything.

You can get the list of reviewers by iterating over the Review resource off
a Review Request resource, and each Review has resources linked to it for
the various comments. We don't support or recommend direct database access.

You can write a management command or extension using the Review Board
model APIs to perform queries, but you'll need to have a familiarity with
Django.

Christian


On Wednesday, October 2, 2013, chuck j wrote:

 Hello Chris,

 This is urgent requirement.

 Since I am not good at database and I don't know how mapping of review
 board database tables are done.

 Please help me get a query which will fetch me reviewer list and reviewer
 comments for the review id from reviewboard database from back end.


 Appreciate your help.

 Cheers,
 Chuck

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com javascript:_e({},
 'cvml', 'reviewboard%2bunsubscr...@googlegroups.com');.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.