Tagged Questions
0
votes
0answers
170 views
Trello API Create Card with Due date, members, checklist
I have a problem with adding due date, member and so on.
I have this little small wrapper:
$name="Name for a Card";
$desc="Try using some\n\nmarkdown in your description";
$pos="top";
$trello_key ...
1
vote
0answers
53 views
What date fields are exposed in the Trello API?
It looks like I am able to find the date that comments were placed on cards using the api, but that I cannot see when a card was created, or when it was moved to a specific list. Is this correct, or ...
2
votes
0answers
52 views
Permission to see Member's cards - /members/[idMember or username]/cards
I am using and auth token to call the API. I would like to use: /members/[idMember or username]/cards ( https://trello.com/docs/api/member/index.html#get-1-members-idmember-or-username-cards) and ...
0
votes
0answers
113 views
Unable adding checklist to card using Trello javascript clisent
After the following code snippet is executed, the card is created but the checklist within this card is not. When creating the checklist, the success function is being called with x=0
Expected ...
2
votes
1answer
461 views
Creating new list or card in Trello using RESTful
I'm not able to create a list or a card using the RESTful API of Trello. I have tried using the following:
...
1
vote
1answer
268 views
Notifications using the Trello API
I am creating a web application that will be essentially used as a project launchpad within our organization. I have it set up to use the Trello API as a way to keep track of what is going on within ...
1
vote
0answers
155 views
Is it possible to archive a card from the Trello API? [closed]
I'd like to setup a weekly job that just cleans up by Done board and archive all of my cards I've finished for the week. I've been looking around the API to do other tasks but haven't seen anything ...
1
vote
2answers
341 views
Can Trello actions also fire a request to my own API?
My company has a project management system already, but they really like the way Trello feels. I know I can use the API to access the Trello board data, but can I also fire a request from Trello to ...
6
votes
3answers
4k views
When will access to the read-only Trello API become available for external access? [closed]
While the initial feature set of Trello is impressive, there is one feature that is missing that is keeping me from being able to use this with one of my primary clients: Configurable email ...