From c5529b23ee631e40719082db2c4c07bf8b866888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Wed, 20 Jul 2022 13:44:39 +0800 Subject: [PATCH] * Fix bug #25494. --- module/webhook/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/webhook/config.php b/module/webhook/config.php index 1962854a63..ced1977ab8 100644 --- a/module/webhook/config.php +++ b/module/webhook/config.php @@ -21,4 +21,4 @@ $config->webhook->objectTypes['case'] = array('opened', 'edited', 'commen $config->webhook->objectTypes['testtask'] = array('opened', 'edited', 'started', 'blocked', 'closed', 'activated'); $config->webhook->objectTypes['todo'] = array('opened', 'edited'); -$config->webhook->needAssignTypes = array('story', 'task', 'bug', 'todo'); +$config->webhook->needAssignTypes = array('story', 'task', 'bug', 'todo', 'feedback');