Trello
Trello is a collaboration tool that organizes your projects into boards that show who is working on tasks and what progress is being made. This document describes how to connect IBM watsonx Orchestrate to Trello and use its skills on watsonx Orchestrate.
Before you begin
- Enable the pop-up window on your browser.
- You must have a Trello account, if you don't have one you can create on Trello.
- If you want to authenticate with Google, you need to have a Google account.
- If you want to authenticate with Microsoft, you need to have a Microsoft account.
- If you want to authenticate with Apple, you need to have an Apple account.
- If you want to authenticate with Slack, you need to have a Slack account.
Connecting to Trello
- A credential type must be set for apps that are a part of team skill sets and AI assistants. Skill-based actions in AI assistants support only shared credentials.
- If a credential type of an app is not specified, an error message is displayed when users attempt to run the skills of the app. To resolve the error, an admin must set the credential type for the app. For more information, see Managing connections.
An app can be connected either through the skill catalog or through the watsonx Orchestrate chat. Use the method that suits you to connect to an app.
Connect to the app through the skill catalog when you add that skill to your skill set:
- On the watsonx Orchestrate chat page, click Add skills from the catalog.
- Search and click the app tile.
- Click Connect app.
- Configure the connection. For more information, see Configuring the connection.
- Click Connect app.
Otherwise, connect to that app through the watsonx Orchestrate chat when you use the skill:
- Open the watsonx Orchestrate chat.
- On the chat, start the skill.
- Click Connect app.
- Configure the connection. For more information, see Configuring the connection.
- Click Connect app.
Configuring the connection on watsonx Orchestrate SaaS
Click Connect app. It redirects you to sign in to a Trello account and authorize the connection. Check the following topics to get more information according to the required sign in method.
Connect with Trello credentials
- Click Log in.
- Set your Trello email and click Continue.
- Check the application access and click Allow.
Connect with Google credentials
- Click Log in.
- Click Continue with Google.
- Set your Google account email and click Next
- Set your Google account password and click Next.
- If it is the first time you are using this account to connect to Trello, select your Google account to continue to Atlassian.
- From Create your account, click Create your account.
- Check the application access and click Allow.
Connect with Microsoft credentials
- Click Log in.
- Click Continue with Microsoft.
- Set your Microsoft account email and click Next.
- Set your Microsoft account password and click Next.
- Select if you want stay signed in to your Microsoft account.
- If it is the first time you are using this account to connect to Trello, set your full name and click Create your account.
- Check Atlassian permissions and click Accept.
- Check the application access and click Allow.
Connect with Apple credentials
- Click Log in.
- Click Continue with Apple.
- Set your Apple account email and click Next.
- Set your Apple account password and click Next.
- Check the application access and click Allow.
Connect with Slack credentials
- Click Log in.
- Click Continue with Slack, and enter your Slack workspace.
- Select your Slack account, and click Accept and continue.
- Check the application access and click Allow.
- Specify the confirmation code send to your email.
- If it is the first time you are using this account to connect to Trello, from Atlassian authentication, click Slack.
- Select your Slack account and click Accept and continue.
- Check the application access and click Allow.
Configuring the connection on watsonx Orchestrate in IBM Cloud Pak for Data
To connect watsonx Orchestrate to Trello, complete the following steps:
- Click Connect app.
- In Application key, enter the Trello application key. For more information on how to find your application key, see Managing your API Key.
- In Access token, enter the Trello access token. For more information on how to generate the access token, see Authentication and Authorization.
Technical parameters
The following table contains the technical parameters required by some skills of this app and instructions to retrieve them.
Parameters | Details |
---|---|
Action ID |
Open the board that you want to reference. On your browser, add .json to the board URL, for example https://trello.com/b/79aew52Q/main-planner.json . On the JSON, search for the actions parameter,
then search for the id parameter inside actions . |
Board ID |
Open the board that you want to reference. On your browser, add .json to the board URL, for example https://trello.com/b/79aew52Q/main-planner.json . On the JSON, search for the actions parameter,
then search for the id parameter inside actions . |
Card ID |
Open the board that you want to reference. On your browser, add .json to the board URL, for example https://trello.com/b/79aew52Q/main-planner.json . On the JSON, search for the cards parameter, then
search for the id parameter inside cards . You might need to reference the name of the card you are searching for to get the proper ID. |
Checklist ID |
Open the board that you want to reference. On your browser, add .json to the board URL, for example https://trello.com/b/79aew52Q/main-planner.json . On the JSON, search for the idChecklist parameter. |
List ID |
Open the board that you want to reference. On your browser, add .json to the board URL, for example https://trello.com/b/79aew52Q/main-planner.json . On the JSON, search for the idList parameter. |
Member ID |
Open the board that you want to reference. On your browser, add .json to the board URL, for example https://trello.com/b/79aew52Q/main-planner.json . On the JSON, search for the idMember parameter. |
Team ID or Organization ID |
Open the board that you want to reference. On your browser, add .json to the board URL, for example https://trello.com/b/79aew52Q/main-planner.json . On the JSON, search for the idOrganization parameter. |
What to do next
After you connect to the app, you can use the app’s skills. For more information see, Using the chat. To know what skill you can use, see the skills and skill flow column of List of prebuilt apps, skills and skill flows.
Parent topic: