+ Create webhook when create map for product and gitlab project.

This commit is contained in:
dingguodong
2021-06-18 09:58:45 +08:00
parent 94f7cde43c
commit 444566afb5
3 changed files with 20 additions and 0 deletions
+2
View File
@@ -17,5 +17,7 @@ $config->gitlab->bugLabel->description = "bug label from zentao";
$config->gitlab->bugLabel->color = "#D10069";
$config->gitlab->bugLabel->priority = "0";
$config->gitlab->zentaoApiWebhookUrl = "https://zentao/api/v1/webhook/callback";
$config->gitlab->zentaoApiWebhookToken = "<access token>";