Skip to content

docs review: Trello - minor updates #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions website/docs/integrations/trello.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ This guide will help you with the power-up installation and familiarise you with

## Installation

1. Add <a href="https://trello.com/power-ups/5e694b66d2511a3601ebd0fb" target="_blank">ConfigCat Power-Up</a> to your board.
2. Select `Settings -> Authorize Account`.
1. In Trello, add the <a href="https://trello.com/power-ups/5e694b66d2511a3601ebd0fb" target="_blank">ConfigCat Power-Up</a> to your board.
2. Select **Settings** -> **Authorize Account**.
3. Copy your ConfigCat Public API credentials to the inputs. Read more about <a href="https://app.configcat.com/my-account/public-api-credentials" target="_blank">ConfigCat Public API credentials here</a>.
4. Click authorize.
4. Click **AUTHORIZE**.

:::info
Every Trello user must authorize ConfigCat in Trello who wants to use the ConfigCat Feature Flags power-up.
Expand All @@ -31,7 +31,7 @@ Every Trello user must authorize ConfigCat in Trello who wants to use the Config
### Linking existing feature flags

1. Open any Card on your Trello board.
2. Push the `Link Feature Flag` button.
2. Push the **Link Feature Flag** button.
3. Select a ConfigCat Product, Config, Environment, and Feature Flag to be linked to your Card.
4. When linked, you can manage the selected feature flag from this Card.

Expand All @@ -43,7 +43,7 @@ Every Trello user must authorize ConfigCat in Trello who wants to use the Config
### Creating new feature flags

1. Open any Card on your Trello board.
2. Push the `Create and Link Feature Flag` button.
2. Push the **Create and Link Feature Flag** button.
3. Select a ConfigCat Product and Config where you want to create the feature flag.
4. Set up your feature flag.
5. Select which environment you would like to link to this item.
Expand All @@ -57,7 +57,7 @@ Every Trello user must authorize ConfigCat in Trello who wants to use the Config
### View and Edit linked feature flags

1. Open a Card on your Trello board with a linked feature flag.
2. See the linked feature flags in the `Feature Flag (ConfigCat)` section.
2. See the linked feature flags in the **Feature Flag (ConfigCat)** section.
3. You can manage the selected feature flag from this Card.
4. Add new Percentage Options to Feature Flags or Targeting Rules.
5. You can add new Targeting Rules with User, Segment or Prerequisite conditions with a large selection of Comparators. [Read more about Targeting.](../targeting/targeting-overview.mdx)
Expand All @@ -71,7 +71,8 @@ Every Trello user must authorize ConfigCat in Trello who wants to use the Config
### Remove linked feature flags

1. Open a Card on your Trello board with a linked feature flag.
2. Remove the linked feature flag by opening the "More menu" and selecting the "Remove from card" option.
2. In the **ConfigCat** section, click the **⋮** ("More" menu) in the top right corner of the feature flag panel.
3. Remove the linked feature flag by selecting the **Remove from card** option.

<video className="video" controls muted>
<source src="/docs/assets/trello/remove-ff.mp4" type="video/mp4"/>
Expand All @@ -80,7 +81,9 @@ Every Trello user must authorize ConfigCat in Trello who wants to use the Config

### View linked Cards in ConfigCat

1. View linked cards next to your Feature Flags in ConfigCat and jump to the Trello card directly.
1. In ConfigCat, find your feature flag.
2. Locate the **Connected tickets** section in the top right corner of the feature flag panel.
3. Jump to the Trello cards directly by clicking the links in the **Connected tickets** section.

<video className="video" controls muted>
<source src="/docs/assets/trello/open-from-dashboard.mp4" type="video/mp4"/>
Expand Down