-
Notifications
You must be signed in to change notification settings - Fork 1
/
atlassian-connect.json
40 lines (40 loc) · 1.11 KB
/
atlassian-connect.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Sprint Planning Dashboard Items",
"description": "Custom Dashboard Items to make sprint planning easier in Jira",
"key": "com.vydia.sprint_planning_dashboard_items",
"baseUrl": "https://ec9d00b7.ngrok.io",
"links": {
"self": "https://ec9d00b7.ngrok.io/atlassian-connect.json",
"homepage": "https://ec9d00b7.ngrok.io/atlassian-connect.json"
},
"vendor": {
"name": "Vydia, Inc.",
"url": "http://vydia.com"
},
"authentication": {
"type": "none"
},
"lifecycle": {
"installed": "/installed"
},
"apiVersion": 1,
"modules": {
"jiraDashboardItems": [{
"description": {
"value": "Dashboard item description"
},
"url": "/sprint-capacity-bar?dashboardItemId={dashboardItem.id}&dashboardId={dashboard.id}&view={dashboardItem.viewType}",
"configurable": true,
"thumbnailUrl": "/public/sprint-capacity-bar.png",
"name": {
"value": "Sprint Capacity Bar"
},
"key": "sprint-capacity-bar",
"modules": {
"configurePage": {
"key": "sprint-capacity-bar-configuration"
}
}
}]
}
}