You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am making API call to fetch Board checklist and comparing it with different particular cards Get checkItems on card reponse idCheckItem field.
However, i notice all cards get different id in their API response
{
"idCheckItem": "62a0ea17xxxxxxxxxxx",
"state": "complete"
}
Also in webhook under checkitem id is different
"checkItem": {
"id": "629e3xxxxxxx",
"name": "Createxxxxxxxxx",
"state": "complete",
"textData": {
"emoji": {}
}
}
Is there any API or common field for same checkItem for different cards that can be compared. Board checklist is being used as master data to compare
Hi Bodhi,
Thanks for reaching out!
This would be a really great question to share with our developer community. We have a number of Trello Engineers that are active there, and they'd be happy to give some guidance for more advanced topics like these.
https://community.developer.atlassian.com/c/trello
All the best,
Lara
The Trello Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like an answer was shared: https://community.developer.atlassian.com/t/compare-diferent-cards-checkitemstates-with-board-checklist/59118/3
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.