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

Trello is making a small modification to the checklist API #159

Closed
StephenFluin opened this issue Oct 19, 2015 · 6 comments
Closed

Trello is making a small modification to the checklist API #159

StephenFluin opened this issue Oct 19, 2015 · 6 comments
Milestone

Comments

@StephenFluin
Copy link

Trello has an upcoming breaking change to the API that will mean that all checklists MUST have a idCard at creation, and this idCard cannot be changed later (no moving of Checklists). This change is to prevent the creation of orphaned checklists, which has started to become a problem for several use cases.

I'd love to work with you to get this resolved ASAP in the library before this change goes into production later this month.

@runlevel5
Copy link
Collaborator

@PeEllAvaj please give it a go, if you need any help, just reply to this issue

@runlevel5
Copy link
Collaborator

ping

@StephenFluin
Copy link
Author

#161 makes it so that you can create a checklist with a cardID (which you must do). The only thing left would be to remove the boardId from the post and the create method

@jeremytregunna jeremytregunna added this to the v1.4.0 milestone Nov 3, 2015
@qpowell
Copy link

qpowell commented Nov 10, 2015

@PeEllAvaj any word on this? Currently unable to create checklists due to the idCard value not being passed.

@jeremytregunna
Copy link
Owner

@PeEllAvaj Is anything left to be done on this? It's the only thing holding back a new release that should be go out soon.

@StephenFluin
Copy link
Author

@jeremytregunna I'm not 100% sure because I don't have a code sample to test the library with, but reviewing the changes to the checklist.rb file makes it look like that should work. We formally deprecated this route about a month ago, so if it's working today, it's going to keep working.

philsof added a commit to philsof/ruby-trello that referenced this issue Dec 9, 2015
Addresses jeremytregunna#159 to remove the redundant data from the checklist post API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants