BigW Consortium Gitlab

trello_power_up.md 1.64 KB
Newer Older
1 2
# Trello Power-Up

3 4
GitLab's Trello Power-Up enables you to seamlessly attach
GitLab **merge requests** to Trello cards.
5

Marcia Ramos committed
6 7
![GitLab Trello PowerUp - Trello card](img/trello_card_with_gitlab_powerup.png)

8 9 10 11
## Configuring the Power-Up

In order to get started, you will need to configure your Power-Up.

12
In Trello:
13

14
1. Go to your Trello board
15 16 17 18 19 20 21 22 23
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?

24 25 26
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://gitlab.com`, your API URL would be `https://gitlab.com/api/v4`.
If your instance's URL is `https://example.com`, your API URL will be `https://example.com/api/v4`.
27

Marcia Ramos committed
28 29
![configure GitLab Trello PowerUp in Trello](img/enable_trello_powerup.png)

30 31
## What is my Personal Access Token?

32 33 34 35 36 37 38 39 40
Your GitLab's personal access token will enable your GitLab account to be accessed
from Trello.

> Find it in GitLab by clicking on your avatar (upright corner), from which you access
your user **Settings** > **Access Tokens**.

Learn more about generating a personal access token in the
[Personal Access Token Documentation][personal-access-token-documentation].
Don't forget to check the API scope checkbox!
41

42
[personal-access-token-documentation]: ../user/profile/personal_access_tokens.html