Im trying to get the JSON file fom my Trello Board and I reallized there isnt complete 'CreateCard' actions in the file., for example i have 84 cards on the board and the JSON file just shows 52 'CreateCard' Actions.
@raúl aguirre cards can also get created by being emailed, moved from another board or copied, could that be the source of the discrepancy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
now, im trying add
this filter: "&filter=commentCard&limit=1000" into this get sentence
Trello.get(
'/members/' + boardId + '/actions/',
loadedLabels,
function() { console.log("Failed to load labels"); }
)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.