5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 23:21:22 +08:00

Printing out defect if specified

This commit is contained in:
Jarek Jarcec Cecho 2013-06-16 13:22:51 -07:00
parent 6379fe1d18
commit 7b90e5ad7a

View File

@ -349,6 +349,7 @@ def post_jira_comment_and_exit():
# If defect parameter is specified let's download the latest attachment
if defect:
print "Defect: %s" % defect
jira_json = jira_get_defect(result, defect, username, password)
json = json.loads(jira_json)