-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.yml
60 lines (52 loc) · 1.19 KB
/
manifest.yml
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
modules:
trigger:
- key: issue-status-helper-update-trigger
function: trigger-main
events:
- avi:jira:updated:issue
jira:adminPage:
- key: issue-status-helper-admin-page
resource: config-main
resolver:
function: resolver
title: Issue Status Helper Config
jira:projectPage:
- key: issue-status-helper-project-page
resource: config-main
resolver:
function: resolver
title: Issue Status Helper Config
displayConditions:
projectType: software
isProjectAdmin: true
function:
- key: resolver
handler: index.handler
- key: trigger-main
handler: index.run
resources:
- key: config-main
path: static/admin-page/build
tunnel:
port: 3000
permissions:
scopes:
- storage:app
- read:jira-work
- write:jira-work
- read:field:jira
- read:field-configuration:jira
- read:project.avatar:jira
- read:avatar:jira
external:
images:
- "https://*.atlassian.net"
content:
styles:
- unsafe-inline
app:
id: ari:cloud:ecosystem::app/c1686f11-2ee3-4fbc-94db-c43c01bdd608
runtime:
name: nodejs18.x
licensing:
enabled: false