Data retrieved by Atlassian Trello connector
Data retrieved by the Atlassian Trello connector that is stored by Snow.
Organization
| API property | Description |
|---|---|
| id | The organization's ID. |
| billableMemberCount | The number of members that are billable: members that are assigned to a subscription. |
| displayName | The organization's display name. |
| name | The organization's unique name. |
| products | The list of product codes assigned to the organization. |
Memberships of an Organization
| API property | Description |
|---|---|
| id | The ID for the membership record. |
| unconfirmed | true if the member has accepted the invitation to join the organization; otherwise, false |
| deactivated | true if the member's access has been deactivated; otherwise, false |
| memberID | The ID for the member (user) in Trello. |
| fullName | The user's name and surname. |
| memberType | The role of the member within the organization: admin, normal, or observer. |
| products | The list of product codes assigned to the member. |
| username | The member's unique username for Trello. |
Member actions
| API property | Description |
|---|---|
| id | The action's ID. |
| idMemberCreator | The ID of the member that performed the action. |
| data | The additional data containing information about organization, member, card, board or list depending on the type of the performed action. |
| type | The type of performed action. |
| date | The date of the action. |
| memberCreator | The details of the member that performed the action. |