2020-10-29 11:09:12 -04:00
---
2020-11-27 13:09:52 -05:00
stage: Create
group: Ecosystem
2020-11-26 01:09:20 -05:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-10-29 11:09:12 -04:00
---
2021-02-17 13:09:19 -05:00
# Trello Power-Up **(FREE)**
2017-07-20 11:29:42 -04:00
2020-12-15 22:09:46 -05:00
The GitLab Trello Power-Up enables you to seamlessly attach
2017-07-20 18:24:23 -04:00
GitLab **merge requests** to Trello cards.
2017-07-20 11:29:42 -04:00
2017-07-20 18:53:37 -04:00
![GitLab Trello PowerUp - Trello card ](img/trello_card_with_gitlab_powerup.png )
2017-07-20 11:29:42 -04:00
## Configuring the Power-Up
2020-11-19 13:09:13 -05:00
In order to get started, you must configure your Power-Up.
2017-07-20 11:29:42 -04:00
2017-07-20 18:24:23 -04:00
In Trello:
2017-07-20 11:29:42 -04:00
2017-07-20 18:24:23 -04:00
1. Go to your Trello board
2017-07-20 11:29:42 -04:00
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`
2020-11-19 13:09:13 -05:00
In this popup, fill in your `API URL` and `Personal Access Token` . After that, you can attach any merge request to any Trello card on your selected Trello board.
2017-07-20 11:29:42 -04:00
## What is my API URL?
2017-07-20 18:24:23 -04:00
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` .
2020-11-19 13:09:13 -05:00
If your instance's URL is `https://example.com` , your API URL is `https://example.com/api/v4` .
2017-07-20 11:29:42 -04:00
2017-07-20 18:53:37 -04:00
![configure GitLab Trello PowerUp in Trello ](img/enable_trello_powerup.png )
2017-07-20 11:29:42 -04:00
## What is my Personal Access Token?
2020-12-15 22:09:46 -05:00
Your GitLab personal access token enables your GitLab account to be accessed
2017-07-20 18:24:23 -04:00
from Trello.
2021-02-09 10:09:39 -05:00
To find it in GitLab:
1. In the top-right corner, select your avatar.
1. Select **Edit profile** .
1. In the left sidebar, select **Access Tokens** .
2017-07-20 18:24:23 -04:00
Learn more about generating a personal access token in the
2020-04-06 08:10:44 -04:00
[Personal Access Token Documentation ](../user/profile/personal_access_tokens.md ).
2017-07-20 18:24:23 -04:00
Don't forget to check the API scope checkbox!