* Add parse webhook functions.

This commit is contained in:
Guan Xiying
2021-06-21 11:16:37 +08:00
parent 2370afe1d4
commit 45fd097728
3 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ $config->gitlab->bugLabel->description = "bug label from zentao";
$config->gitlab->bugLabel->color = "#D10069";
$config->gitlab->bugLabel->priority = "0";
$config->gitlab->zentaoApiWebhookUrl = "%s/api.php?m=gitlab&f=webhook&product=%s&gitlab=%s&project=%s";
$config->gitlab->zentaoApiWebhookUrl = "%s/api.php?m=gitlab&f=webhook&product=%s&gitlab=%s";
$config->gitlab->zentaoApiWebhookToken = "<access token>";