Commit e71e7d4
trello: add card comments, checklists, and checklist item update/delete (#21366)
* Add Trello card comments, checklists, and checklist item update/delete actions.
Extends get-card with optional actions and checklists params, adds dedicated
read/update/delete actions, and bumps @pipedream/trello to 1.7.0.
* Address CodeRabbit feedback on Trello checklist actions.
Share getCommaSeparatedString via common and use ConfigurationError for update validation.
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore(trello): update package versions
* chore(trello): update package version
* Address Ashwin review feedback on Trello checklist actions.
Share checklistFields and due props, clarify Premium limits and checklist IDs, and restore monotonic get-card versioning to 0.5.1.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Simplify update-checklist-item param handling per CodeRabbit.
Rely on Axios to strip undefined params, keep the empty-update guard, and pass radix 10 to parseInt for dueReminder.
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore(trello): update package version
---------
Co-authored-by: chrisevans77 <ce@3SX.localdomain>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Ashwin Srinivas <103921345+ashwins01@users.noreply.github.com>
Co-authored-by: Ashwin Srinivas <ashwin.srinivas@workday.com>1 parent 5ee86c8 commit e71e7d4
53 files changed
Lines changed: 533 additions & 51 deletions
File tree
- components/trello
- actions
- add-attachment-to-card
- add-checklist
- add-comment
- add-existing-label-to-card
- add-member-to-card
- archive-card
- common
- complete-checklist-item
- create-board
- create-card
- create-checklist-item
- create-label
- create-list
- delete-checklist-item
- delete-checklist
- find-labels
- find-list
- get-board
- get-card-checklists
- get-card-comments
- get-cards-in-list
- get-cards-on-board
- get-card
- get-list
- get-member
- list-boards
- list-id-organizations-options
- move-card-to-list
- remove-label-from-card
- rename-list
- search-boards
- search-cards
- search-checklists
- search-members
- update-card
- update-checklist-item
- sources
- card-archived
- card-due-date-reminder
- card-moved
- card-updates
- custom-webhook-events
- new-activity
- new-attachment
- new-board
- new-card
- new-checklist
- new-comment-added-to-card
- new-label-added-to-card
- new-label
- new-member-on-card
- new-notification
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments