-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlassian-connect.json
48 lines (48 loc) · 1.28 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
{
"key": "headlines-jira",
"name": "Headlines for Jira",
"description": "This plugin shows the recent updated tickets and branches of all projects a user is working on",
"productType": "jira",
"vendor": {
"name": "Productbox",
"url": "https://www.productbox.dev"
},
"baseUrl": "{{localBaseUrl}}",
"links": {
"self": "{{localBaseUrl}}/atlassian-connect.json",
"homepage": "{{localBaseUrl}}/atlassian-connect.json"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "jira/events/install",
"enabled": "jira/events/enabled",
"disabled": "jira/events/disabled",
"uninstalled": "jira/events/uninstall"
},
"scopes": [
"READ",
"ACT_AS_USER"
],
"modules": {
"generalPages": [
{
"key": "headlines",
"location": "system.top.navigation.bar",
"name": {
"value": "Headlines"
},
"url": "/headlines",
"conditions": [
{
"condition": "user_is_logged_in"
}
]
}
]
},
"apiMigrations": {
"gdpr": true
}
}