-
Notifications
You must be signed in to change notification settings - Fork 238
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
access to card comments? #106
Comments
You can post a comment with |
So is there anyone up for this PR? I could provide mentorship if needed |
I have no time the next weeks. |
I dont believe the API supports getting comments on a card (cant see a relevant API endpoint https://developers.trello.com/advanced-reference/card#). You can get actions (Trello:Card.find(x).actions). In the actions, you have the addComment type (as well as a few other relevant ones). So you could build your own list from that. |
You can get the card comments with this call: |
Anyone up for this feature? |
Hi, is this possible? I don't see any method or attribute for card comments. Thanks for any info.
The text was updated successfully, but these errors were encountered: