Trello
Trello is a web-based, kanban-style, list-making application developed by Atlassian.
Trello integration replicates data using the Trello REST API.
See the Schema section for a list of objects available for replication.Preparing for authentication
To access your data, you need to authenticate the connection with your account credentials.
You need administrator permissions in your Trello account.
To generate your API key and API token:
- Log into your Trello account.
- Click New in the upper-right corner.
- Configure your app:
- Name: Enter a name for your app.
- Workspace: Select the Trello workspace that owns the app.
- Email: Enter an email address to contact you about this app.
- Support Email: Enter the email address that users and the platform team can use to contact you about your app or platform changes.
- Author: Enter the author name to display in the directory and on authorization screens.
- Click Create.
- Go to API Key and click Generate a new API Key.
- Copy and paste your API key into a secured file.
- Click Token next to your Trello API key.
- When prompted, select Allow to grant all requested permissions.
- Copy and paste your API token into a secured file.
Creating the connection
詳細については、「SaaSアプリケーションへの接続」を参照してください。
- 必要な接続プロパティを入力します。
接続名に接続の名前を入力します。
接続メタデータを開くを選択して、作成時の接続のメタデータを定義します。
[作成] をクリックします。
| Setting | Description |
|---|---|
| Data gateway | ユース ケースに応じて Data Movement gateway を選択します。 情報メモ Qlik Talend Cloud スターター サブスクリプションでは Data Movement gateway をサポートしていないため、この項目は使用できません。別のサブスクリプション ティアを利用しており、Data Movement gateway を使用しない場合は、 [None] (なし) を選択します。 Data Movement gateway の利点とそれを必要とするユース ケースの詳細については、「Qlik データ ゲートウェイ - データ移動」を参照してください。 |
| Start Date | ソースからターゲットにデータをレプリケートする必要がある日付を |
| API Key | API key. |
| API Token | API token. |
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
actions
The actions table contains information about the actions within each board the authorizing user is a member of.
Replication Method | CDC |
Primary Key | board id |
| Useful links |
boards
The boards table contains info about the boards that the authorizing user is a member of.
Custom field support
Custom fields are supported for this table.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
cards
The cards table contains info about all of the cards on boards that authorizing user is a member of.
Custom field support
Custom fields are supported for this table.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
checklists
The checklists table contains info about checklists on boards that the authorizing user is a member of.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
lists
The lists table contains info about lists on boards that the authorizing user is a member of.
Note: To replicate this table, the boards table must be set to replicate.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
board_memberships
Replication Method | Full Table |
Primary Keys | id boardId |
| Useful links |
board_custom_fields
Replication Method | Full Table |
Primary Keys | id boardId |
| Useful links |
board_labels
Replication Method | Full Table |
Primary Keys | id boardId |
| Useful links |
card_attachments
Replication Method | Full Table |
Primary Keys | id card_id |
| Useful links |
card_custom_field_items
Replication Method | Full Table |
Primary Keys | id card_id |
| Useful links |
members
Replication Method | Full Table |
Primary Keys | id |
| Useful links |
organizations
Replication Method | Full Table |
Primary Keys | id |
| Useful links |
organization_actions
Replication Method | CDC |
Primary Keys | id organization_id |
| Useful links |
organization_members
Replication Method | Full Table |
Primary Keys | id organization_id |
| Useful links |
organization_memberships
Replication Method | Full Table |
Primary Keys | id organization_id |
| Useful links |
users
The users table contains information about users who are members of boards that the authorizing user is also a member of.
Replication Method | Full Table |
Primary Keys | id board id |
| Useful links |