-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlassian-connect.json
68 lines (63 loc) · 1.59 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"key": "Teamlead",
"name": "Teamlead Task",
"description": "Teamlead Task",
"baseUrl": "{{localBaseUrl}}",
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed"
},
"scopes": [
"READ"
],
"apiMigrations":{
"signed-install": true
},
"modules": {
"webSections": [
{
"location": "admin_plugins_menu",
"weight": 50,
"name": {
"value": "Teamlead Task"
},
"key": "my-web-section"
}
],
"generalPages": [
{
"url": "/settings",
"location":"admin_plugins_menu/my-web-section",
"name": {
"value": "Settings"
},
"key": "settings"
},
{
"url": "/teamleadtask",
"name": {
"value": "Teamlead Task"
},
"key": "teamleadtask"
}
],
"webPanels": [
{
"url": "/web-panel",
"location": "atl.jira.view.issue.right.context",
"layout": {
"width": "10px",
"height": "100%"
},
"weight": 50,
"supportsNative": false,
"name": {
"value": "Teamlead task"
},
"key": "my-web-panel"
}
]
}
}