I am trying to integrate Trello with Erp next
In web hook payload i am not able to get story points after adding story points in the trello card
how can we resolve this issue?
am i need to change or enable any settings?
please suggest me
Hi @Lavaraju !
If you're trying to get the story points info through the API, you'll want to check out the plugindata
. Story points other info from power-ups are stored there. You can find the GET call for this in the Trello API documentation: here's the link.
You can also export a JSON from your board to check how that info looks on the card. Should be something like this:
Let me know if you have any questions!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.