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:
authorClement Ho <ClemMakesApps@gmail.com>2017-07-20 18:29:42 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-07-20 18:29:42 +0300
commit1f9ab89d79348386a733e21122757d83dccf4552 (patch)
tree031c7dfd2c28b3b147a8f2e1b3a39033655056ea /doc/integration/trello_power_up.md
parent3786c4d3bdd78250cdd5d56e6add24808fd9ced7 (diff)
Add GitLab Trello Power-Up Documentation
Diffstat (limited to 'doc/integration/trello_power_up.md')
-rw-r--r--doc/integration/trello_power_up.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/integration/trello_power_up.md b/doc/integration/trello_power_up.md
new file mode 100644
index 00000000000..98d24a7b249
--- /dev/null
+++ b/doc/integration/trello_power_up.md
@@ -0,0 +1,30 @@
+# Trello Power-Up
+
+GitLab's Trello Power-Up enables you to seamlessly attach GitLab merge requests to Trello cards.
+
+## Configuring the Power-Up
+
+In order to get started, you will need to configure your Power-Up.
+
+1. Go to your Trello board
+
+1. Select `Power-Ups` to see a listing of all the available Power-Ups
+
+1. Look for a row that says `GitLab` and select the `Enable` button
+
+1. Select the `Settings` (gear) icon
+
+1. In the popup menu, select `Authorize Account`
+
+In this popup, fill in your `API URL` and `Personal Access Token`. After that, you will be able to attach any merge request to any Trello card on your selected Trello board.
+
+## What is my API URL?
+
+Your API URL should be your gitlab instance URL with `/api/v4` appended in the end of the URL.
+For example, if your gitlab instance URL is `https://mygitlab.com`, your API URL would be `https://mygitlab.com/api/v4`.
+
+## What is my Personal Access Token?
+
+You can learn more about generating a personal access token in the [Personal Access Token Documentation][]
+
+[Personal Access Token Documentation]: user/profile/personal_access_tokens.html