> On Jan. 9, 2015, 6:48 p.m., Neha Narkhede wrote: > > kafka-patch-review.py, line 20 > > <https://reviews.apache.org/r/29756/diff/4/?file=814310#file814310line20> > > > > I got the following error on this patch > > > > nnarkhed-mn1:kafka nnarkhed$ python kafka-patch-review.py -b trunk -j > > KAFKA-1854 -d test > > Configuring reviewboard url to https://reviews.apache.org > > Updating your remote branches to pull the latest changes > > Verifying JIRA connection configurations > > JIRA user :nehanarkhede > > JIRA password : > > Failed to login to the JIRA instance <type 'exceptions.AttributeError'> > > 'JIRA' object has no attribute 'current_user' > > > > Maybe a different version of the jira package we use renamed the user > > field ? > > Jaikiran Pai wrote: > Neha, which version of jira-python are you using? I'll find and check > that project's documentation to see which version supports what. > > Neha Narkhede wrote: > I'm not entirely sure. What's the best way to find out?
In any case, I think the tool should be robust enough to deal with this issue. - Neha ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29756/#review67477 ----------------------------------------------------------- On Jan. 9, 2015, 12:47 p.m., Jaikiran Pai wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29756/ > ----------------------------------------------------------- > > (Updated Jan. 9, 2015, 12:47 p.m.) > > > Review request for kafka. > > > Bugs: KAFKA-1854 > https://issues.apache.org/jira/browse/KAFKA-1854 > > > Repository: kafka > > > Description > ------- > > KAFKA-1854 Allow JIRA username and password to be prompted in the absence of > a jira.ini file, during patch submission > > > Diffs > ----- > > kafka-patch-review.py b7f132f9d210b8648859ab8f9c89f30ec128ab38 > > Diff: https://reviews.apache.org/r/29756/diff/ > > > Testing > ------- > > > Thanks, > > Jaikiran Pai > >