[Bps-public-commit] rt-extension-automaticassignment branch, master, updated. f5c8fba19c304b2320c112c6c3ce7eee9d6e024e
Shawn Moore
shawn at bestpractical.com
Wed Jul 20 18:16:39 EDT 2016
The branch, master has been updated
via f5c8fba19c304b2320c112c6c3ce7eee9d6e024e (commit)
from 6c18329df440adb1f86b5e4657c0c5d28a11c317 (commit)
Summary of changes:
lib/RT/Extension/AutomaticAssignment.pm | 7 +++++++
1 file changed, 7 insertions(+)
- Log -----------------------------------------------------------------
commit f5c8fba19c304b2320c112c6c3ce7eee9d6e024e
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jul 20 22:12:40 2016 +0000
Include Ownership / ties in the config example
diff --git a/lib/RT/Extension/AutomaticAssignment.pm b/lib/RT/Extension/AutomaticAssignment.pm
index 7d549ef..7e9e7e0 100644
--- a/lib/RT/Extension/AutomaticAssignment.pm
+++ b/lib/RT/Extension/AutomaticAssignment.pm
@@ -101,6 +101,13 @@ will happen even if the ticket has an owner already.
Set(%AutomaticAssignment_Choosers, (
Default => 'Random',
+ QueueDefaults => {
+ General => 'Ownership',
+ Review => {
+ class => 'Ownership',
+ ties => [ ['new', 'open'], 'stalled' ],
+ },
+ },
));
=back
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list