File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change
1
+ # https://developer.atlassian.com/platform/forge/manifest-reference/#app
2
+ app :
3
+ id : ari:cloud:ecosystem::app/f434bcc5-834f-45e5-ba1d-62e2ee8952cd
4
+ runtime :
5
+ name : nodejs20.x # https://developer.atlassian.com/platform/forge/manifest-reference/#runtime
6
+ licensing :
7
+ enabled : false # https://developer.atlassian.com/platform/marketplace/listing-forge-apps/#enabling-licensing-for-your-app
8
+
9
+ # https://developer.atlassian.com/platform/forge/manifest-reference/resources/#resources
10
+ resources :
11
+ - key : main
12
+ path : src/frontend/index.jsx
13
+
1
14
modules :
2
15
# Trigger is used to invoke a function when a Jira issue event is fired.
3
16
# https://developer.atlassian.com/platform/forge/manifest-reference/modules/trigger/
@@ -26,22 +39,9 @@ modules:
26
39
- key : webhook
27
40
handler : webhook.handler
28
41
29
- # https://developer.atlassian.com/platform/forge/manifest-reference/resources/#resources
30
- resources :
31
- - key : main
32
- path : src/frontend/index.jsx
33
-
34
- # https://developer.atlassian.com/platform/forge/manifest-reference/#app
35
- app :
36
- id : ari:cloud:ecosystem::app/f434bcc5-834f-45e5-ba1d-62e2ee8952cd
37
- runtime :
38
- name : nodejs20.x # https://developer.atlassian.com/platform/forge/manifest-reference/#runtime
39
- # licensing:
40
- # enabled: true # https://developer.atlassian.com/platform/marketplace/listing-forge-apps/#enabling-licensing-for-your-app
41
-
42
- # Environment variables are not supported in "permissions" section.
43
- # https://developer.atlassian.com/platform/forge/manifest-reference/permissions/
44
- # It takes a few hours to 1 day to update here: https://developer.atlassian.com/console/myapps/f434bcc5-834f-45e5-ba1d-62e2ee8952cd/manage/permissions
42
+ # Environment variables are not supported in "permissions" section.
43
+ # https://developer.atlassian.com/platform/forge/manifest-reference/permissions/
44
+ # It takes a few hours to 1 day to update here: https://developer.atlassian.com/console/myapps/f434bcc5-834f-45e5-ba1d-62e2ee8952cd/manage/permissions
45
45
permissions :
46
46
scopes :
47
47
- storage:app
You can’t perform that action at this time.
0 commit comments