summaryrefslogtreecommitdiff
path: root/doc/integration/trello_power_up.md
blob: 8ea0eddab0ce99d0a66048176447944e82518ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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]

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