]> andersk Git - jira-zephyrbot.git/commitdiff
Send with opcode auto.
authorAnders Kaseorg <andersk@mit.edu>
Tue, 17 Feb 2009 21:40:53 +0000 (16:40 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Tue, 17 Feb 2009 21:41:33 +0000 (16:41 -0500)
jirabot.py

index 1a7edcb81ae4d70d6dbd2704ea7aa13bb0063f75..6198303a2da4efc7fec85f03de4ac05d86fda409 100755 (executable)
@@ -68,6 +68,7 @@ def parse_issue(e):
     return zephyr.ZNotice(
         sender=zephyr_sender,
         auth=False,
+        opcode='auto',
         cls=zephyr_class,
         instance=issue,
         fields=[e.title, msg],
@@ -89,6 +90,7 @@ def parse_comment(e):
     return zephyr.ZNotice(
         sender=zephyr_sender,
         auth=False,
+        opcode='auto',
         cls=zephyr_class,
         instance=issue,
         fields=[e.title, msg],
@@ -98,6 +100,7 @@ def zerror(msg):
     return zephyr.ZNotice(
         sender=zephyr_sender,
         auth=False,
+        opcode='auto',
         cls=zephyr_class,
         instance='jira-error',
         fields=['Jira bot error', msg]
This page took 0.031677 seconds and 5 git commands to generate.