From 278c5c286c9d3e4e8791d6f80596b4c48fa3e04d Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 17 Feb 2009 16:40:53 -0500 Subject: [PATCH] Send with opcode auto. --- jirabot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jirabot.py b/jirabot.py index 1a7edcb..6198303 100755 --- a/jirabot.py +++ b/jirabot.py @@ -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] -- 2.45.1