----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15630/#review29049 -----------------------------------------------------------
dev-support/test-patch.py <https://reviews.apache.org/r/15630/#comment56130> The fixVersions part seems right, but are we just affectedVersions is working? https://developer.atlassian.com/display/JIRADEV/JIRA+JSON-RPC+Overview Checkout getIssue(). It seems "versions" is the wrong key? Also, It seems those 2 fields aren't required to be provided: https://docs.atlassian.com/jira/REST/latest/#d2e1227. We should probably give a default to the "get" method of an empty list: for version in json.get("fields").get("fixVersions", []): - Abraham Elmahrek On Nov. 17, 2013, 1:38 a.m., Jarek Cecho wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15630/ > ----------------------------------------------------------- > > (Updated Nov. 17, 2013, 1:38 a.m.) > > > Review request for Sqoop. > > > Bugs: SQOOP-1144 > https://issues.apache.org/jira/browse/SQOOP-1144 > > > Repository: sqoop-sqoop2 > > > Description > ------- > > Added field fixVersion to branch detection. > > > Diffs > ----- > > dev-support/test-patch.py 0196cfa381751391ead13830503b29de15eda0dc > > Diff: https://reviews.apache.org/r/15630/diff/ > > > Testing > ------- > > Tested locally. > > > Thanks, > > Jarek Cecho > >
