Skip to content
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

Open
kevinchugh opened this issue Dec 3, 2014 · 6 comments
Open

access to card comments? #106

kevinchugh opened this issue Dec 3, 2014 · 6 comments
Labels

Comments

@kevinchugh
Copy link

Hi, is this possible? I don't see any method or attribute for card comments. Thanks for any info.

@Larusso
Copy link
Collaborator

Larusso commented Mar 24, 2015

You can post a comment with add_comment text to a card. It is possible to change this comment via the trello api, but this is not supported by the library so far.

@runlevel5
Copy link
Collaborator

So is there anyone up for this PR? I could provide mentorship if needed

@Larusso
Copy link
Collaborator

Larusso commented Oct 3, 2015

I have no time the next weeks.

@njt1982
Copy link

njt1982 commented May 5, 2016

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.

@andrewkress
Copy link

andrewkress commented May 18, 2016

You can get the card comments with this call:
https://api.trello.com/1/cards/[card id or shortlink]/actions?filter=commentCard

@runlevel5
Copy link
Collaborator

Anyone up for this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants