mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
trac: Add owner to list of fields that notify by default.
(imported from commit 48084ff341e4cce6164bfbfde9105768303d185c)
This commit is contained in:
@@ -41,7 +41,8 @@ TRAC_BASE_TICKET_URL = "https://trac.example.com/ticket"
|
|||||||
# The following is the list of fields which can be changed without
|
# The following is the list of fields which can be changed without
|
||||||
# triggering a Humbug notification; change these to match your team's
|
# triggering a Humbug notification; change these to match your team's
|
||||||
# workflow.
|
# workflow.
|
||||||
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment"]
|
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment",
|
||||||
|
"owner"]
|
||||||
|
|
||||||
## If properly installed, the Humbug API should be in your import
|
## If properly installed, the Humbug API should be in your import
|
||||||
## path, but if not, set a custom path below
|
## path, but if not, set a custom path below
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ HUMBUG_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|||||||
STREAM_FOR_NOTIFICATIONS = "trac"
|
STREAM_FOR_NOTIFICATIONS = "trac"
|
||||||
TRAC_BASE_TICKET_URL = "https://trac.humbughq.com/ticket"
|
TRAC_BASE_TICKET_URL = "https://trac.humbughq.com/ticket"
|
||||||
|
|
||||||
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment"]
|
TRAC_NOTIFY_FIELDS = ["description", "summary", "resolution", "comment",
|
||||||
|
"owner"]
|
||||||
HUMBUG_API_PATH = "/home/humbug/humbug/api"
|
HUMBUG_API_PATH = "/home/humbug/humbug/api"
|
||||||
HUMBUG_SITE = "https://staging.humbughq.com"
|
HUMBUG_SITE = "https://staging.humbughq.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user