trac: Add owner to list of fields that notify by default.

(imported from commit 48084ff341e4cce6164bfbfde9105768303d185c)
This commit is contained in:
Tim Abbott 2013-02-14 15:36:53 -05:00
parent bd69166795
commit d9077a40ff
2 changed files with 4 additions and 2 deletions

View file

@ -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
# triggering a Humbug notification; change these to match your team's
# 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
## path, but if not, set a custom path below