Re: Python API: How to modify submitter on draft

2017-03-22 Thread mav14117
Hi Erik and Christian, Thanks so much for your answers. Yes indeed what I was looking for was to use the "submit_as" option. Initially I tried it with the draft.update function. But from my experiments it looks like it has no effect there, either my first option my using "submitter" or

Re: Python API: How to modify submitter on draft

2017-03-21 Thread Christian Hammond
Yep, this is what you need. You'll need your automation user to have the "can_submit_as" permission enabled as well. Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Tue, Mar 21, 2017 at 1:35 PM, Erik

Re: Python API: How to modify submitter on draft

2017-03-21 Thread Erik Johansson
Hi, Without knowing much about this I would guess you need to set submit_as when creating the review request. See https://www.reviewboard.org/docs/manual/2.5/webapi/2.0/resources/review-request-list/#POST // Erik On 21 March 2017 at 10:21, mav14117 wrote: > Hi there, > > I