Can someone confirm if the coordinates are required for this to work? I’ve only ever gotten it to work when I include them, but cannot get it to work using only the name
and address
.
https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post
I’ve also hit this issue and have only been able to get this working with the coordinates field. locationName & address fail silently.
Any further info on this Trello Team?
Did you just send in the coordinates like a string and, like this: “23.323434,54.324324” ? Or did you do it any other way? I can’t get it to work with coordinates at all. It silently fails.
Yeah, without looking I remember it being just coordinates=23.323434,54.324324
as a URL param.