Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-03-15 20:30:53 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-03-17 15:14:26 +0300
commitf2be76f3e8daac51577dcebf52b8b2852fa62aa2 (patch)
tree7a65b9c32c047a0c2e45ffe3c1a6c25b49da94b8 /doc/user/project/integrations
parent4a81867df14801c302f72096de8ee5327cfb4a39 (diff)
Added labels to the issue web hook
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r--doc/user/project/integrations/webhooks.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md
index ed1e867f5fb..dbdc93a77a8 100644
--- a/doc/user/project/integrations/webhooks.md
+++ b/doc/user/project/integrations/webhooks.md
@@ -250,7 +250,19 @@ X-Gitlab-Event: Issue Hook
"name": "User1",
"username": "user1",
"avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon"
- }
+ },
+ "labels": [{
+ "id": 206,
+ "title": "API",
+ "color": "#ffffff",
+ "project_id": 14,
+ "created_at": "2013-12-03T17:15:43Z",
+ "updated_at": "2013-12-03T17:15:43Z",
+ "template": false,
+ "description": "API related issues",
+ "type": "ProjectLabel",
+ "group_id": 41
+ }]
}
```
### Comment events