]> andersk Git - jira-zephyrbot.git/blobdiff - jirabot.py
Oops, fix duplicate keyword arguments.
[jira-zephyrbot.git] / jirabot.py
index 5e9ee84f552ff8a472a8a2f70d9e6db15af401f9..7459322830172eb57722fd59e174e92dbe5e513e 100755 (executable)
@@ -67,8 +67,6 @@ def parse_comment(e):
         cls=zephyr_class,
         instance=issue,
         fields=[e.title.encode('UTF-8'), msg.encode('UTF-8')],
-        sender='jira',
-        auth=False,
     )
 
 def zerror(msg):
This page took 0.039428 seconds and 4 git commands to generate.