debian-mirror-gitlab/doc/integration/trello_power_up.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
1.2 KiB
Markdown
Raw Normal View History

2021-01-29 00:20:46 +05:30
---
2021-10-27 15:23:28 +05:30
stage: Ecosystem
group: Integrations
2021-02-22 17:27:13 +05:30
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
2021-01-29 00:20:46 +05:30
---
2021-04-17 20:07:23 +05:30
# Trello Power-Up **(FREE)**
2017-09-10 17:25:29 +05:30
2022-04-04 11:22:00 +05:30
You can use the Trello Power-Up for GitLab to attach
GitLab merge requests to Trello cards.
2017-09-10 17:25:29 +05:30
![GitLab Trello PowerUp - Trello card](img/trello_card_with_gitlab_powerup.png)
2022-04-04 11:22:00 +05:30
## Configure the Power-Up
2017-09-10 17:25:29 +05:30
2022-04-04 11:22:00 +05:30
To configure a Power-Up for a Trello board:
2017-09-10 17:25:29 +05:30
2022-04-04 11:22:00 +05:30
1. Go to your Trello board.
1. Select **Power-Ups** and find the **GitLab** row.
1. Select **Enable**.
1. Select **Settings** (the gear icon).
1. Select **Authorize Account**.
1. Enter the [GitLab API URL](#get-the-api-url) and [personal access token](../user/profile/personal_access_tokens.md#create-a-personal-access-token) with the **API** scope.
1. Select **Save**.
2017-09-10 17:25:29 +05:30
2022-04-04 11:22:00 +05:30
## Get the API URL
2017-09-10 17:25:29 +05:30
2022-04-04 11:22:00 +05:30
Your API URL is your GitLab instance URL with `/api/v4` appended at the end of the URL.
For example, if your GitLab instance URL is `https://gitlab.com`, your API URL is `https://gitlab.com/api/v4`.
If your instance URL is `https://example.com`, your API URL is `https://example.com/api/v4`.