-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlassian-connect.json
40 lines (40 loc) · 1.03 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
{
"key": "runnable-addon",
"name": "Runnable Environments for JIRA",
"description": "Integration with Runnable environments",
"vendor": {
"name": "Runnable",
"url": "https://runnable.com"
},
"baseUrl": "https://egret.runnable.io",
"links": {
"self": "https://egret.runnable.io/atlassian-connect.json",
"homepage": "https://egret.runnable.io/atlassian-connect.json"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed"
},
"scopes": [
"READ"
],
"modules": {
"webPanels": [
{
"url": "/runnable-web-panel",
"location": "atl.jira.view.issue.right.context",
"layout": {
"width": "10px",
"height": "100%"
},
"weight": 50,
"name": {
"value": "Environments" // appears as the title above the integration
},
"key": "runnable-panel"
}
]
}
}