Hello,
I’m trying to get JIRA ticket details from the jira card on a given board , but the below api is returning all the cards ( jira_cards and other cards) https://api.miro.com/v2/boards/uXjVNZLQxyA%3D/app_cards/. and there is no way to distinguish which is app_card and which is normal card
Also need help in below queries
- Get JIRA details from the jira card e.g. ID, Summary, Assignee and any other fields which are displaying on the jira card
- How to fetch only app_cards for the given frame, right now i don’t see api which can do that
{
"id": "3458764569246732225",
"type": "card",
"data": {
"description": "Test2_Dependency",
"title": "Test2_Dependency"
},…
{
"id": "3458764569275656339",
"type": "card",
"data": {
"title": "<p>THis is my normal Card</p>"
},
"style": {
"cardTheme": "#2d9bf0"
}