Hello,
I'm developping an extension for Trello, but I can't find a way to know which ".checklist-item" goes with which ID in the API. The only thing I can think of is using trello.com/[TrellocardURL].json, as documented here, but as you can see on this picture :
the order of the checkItems in the API's is not the same as the one of ".checklist-item" elements in the DOM.
Since IDs are not embedded in the DOM of Trello's website, this seems impossible.
Please let me know if there's any solution to this, thank you.
CheckItems are returned in order of creation. The actual order of the items is given by the pos field. Just sort the checkitems by this field to match the UI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.