This commit is contained in:
孙广明
2022-07-20 13:44:49 +08:00
parent 972994bfa0
commit c5529b23ee
+1 -1
View File
@@ -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');