Hi,
I am building a Clone Card Sync APP using PHP and webhooks. Facing 2 problems.
1) While updating a checkItem position, it seems Trello triggers muliple checkItem webhook actions, seeming an indefinite loop while updating their clones. How to stop it?
2) Also, it looks, while changing the position of whole CheckList, no webhook action is received.
Please help!
@Outright Systems Pvt. Ltd. -Administrator- the loop is no doubt caused by the fact that when you update the position to match the moved card, this will trigger a second webhook and thus update the position on the original card, which will trigger another webhook and so on.
One option would be to ignore moves made using the token that is calling the API but if that's not possible you could fetch the current state of the checklist and only make the API call to move the item if the order of items doesn't already match.
As for item 2, I can confirm that I'm not receiving any webhook notification for a checklist position move, this sounds like something you should submit as an API feature request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
and Sorry for my bad ethics, Thanks for answering Quickly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Outright Systems Pvt. Ltd. -Administrator- no worries I usually just email support@trello.com
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.
@Outright Systems Pvt. Ltd. -Administrator-
@Iain Dooley
Did you get an answer to your second question?
We are trying to track position and movement between lists. Have you found any solution for that?
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.