summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-04 21:28:11 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-04 21:28:11 -0500
commit3925cf68dd117522058a43f5dacc45b28a7781ed (patch)
treefbfe483fbac096b1aabfccf2e2437f9ce83a62b4 /doc
parent1250e745e43385b421af6ce226fcca5616336b70 (diff)
parent207ee05b0ef2d084489d5b01c071b68a4f5075ca (diff)
Merge pull-request #1523
Diffstat (limited to 'doc')
-rw-r--r--doc/gitlab-webhooks.markdown7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gitlab-webhooks.markdown b/doc/gitlab-webhooks.markdown
index 9d9ecaf5..fec47c19 100644
--- a/doc/gitlab-webhooks.markdown
+++ b/doc/gitlab-webhooks.markdown
@@ -56,10 +56,15 @@ When a task is created from a Gitlab issue, the link to the issue is added to th
- Choose the event: **Gitlab issue closed**
- Choose the action: **Close the task**
+### Reopen a Kanboard task when a closed issue is reopened on Gitlab
+
+- Choose the event: **Gitlab issue reopened**
+- Choose the action: **Open a task**
+
### Create a comment on Kanboard when an issue is commented on Gitlab
- Choose the event: **Gitlab issue comment created**
- Choose the action: **Create a comment from an external provider**
If the username is the same between Gitlab and Kanboard the comment author will be assigned, otherwise there is no author.
-The user also have to be member of the project in Kanboard. \ No newline at end of file
+The user also have to be member of the project in Kanboard.