-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatlassian-connect.json
96 lines (96 loc) · 2.09 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"key": "mermaid-chart-app-for-jira",
"name": "Mermaid Chart for Jira",
"description": "Official Mermaid Chart App for Jira",
"baseUrl": "https://jira.mermaidchart.com",
"vendor": {
"name": "Mermaid Chart Inc",
"url": "http://www.mermaidchart.com",
"_links": {
"learnMore": "https://www.mermaidchart.com/plugins"
}
},
"links": {
"self": "https://jira.mermaidchart.com",
"artifact": "https://jira.mermaidchart.com"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed"
},
"scopes": ["READ", "WRITE", "DELETE", "ACT_AS_USER"],
"apiMigrations": {
"signed-install": true
},
"modules": {
"jiraIssueContents": [
{
"icon": {
"width": 80,
"height": 80,
"url": "/icon_80x80.png"
},
"target": {
"type": "web_panel",
"url": "/issue-content?issueKey={issue.key}"
},
"tooltip": {
"value": ""
},
"jiraNativeAppsEnabled": false,
"name": {
"value": "Mermaid Chart"
},
"key": "jira-issue-content"
}
],
"dialogs": [
{
"url": "/editor",
"options": {
"width": "95%",
"height": "67%",
"header": {
"value": "Mermaid Chart"
}
},
"key": "dialog-module-edit"
},
{
"url": "/select",
"options": {
"width": "95%",
"height": "67%",
"header": {
"value": "Mermaid Chart"
}
},
"key": "dialog-module-select"
},
{
"url": "/viewer",
"options": {
"width": "95%",
"height": "67%",
"header": {
"value": "Mermaid Chart"
}
},
"key": "dialog-module-view"
},
{
"url": "/alert",
"options": {
"height": "200px",
"width": "300px",
"header": {
"value": "Mermaid Chart Alert"
}
},
"key": "dialog-module-alert"
}
]
}
}