This is basic dashboard item I have
“jiraDashboardItems”: [
{
“description”: {
“value”: “Dashboard item description”
},
“url”: “/iframe?dashboardItemId={dashboardItem.id}&dashboardId={dashboard.id}&view={dashboardItem.viewType}”,
“configurable”: true,
“enableLicensing”: true,
“thumbnailUrl”: “atlassian-icon-16.png”,
“name”: {
“value”: “Dashboard item title”
},
“key”: “dashboard-item-key”
}
]
Hi, @kavya.sai,
Take a look at our sample dashboard item: Bitbucket
You should be able to use it as base for yours.
Best regards,
Krzysztof