You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ app:
10
10
resources:
11
11
- key: main
12
12
path: src/frontend/index.jsx
13
+
- key: icon
14
+
path: src/assets
13
15
14
16
modules:
15
17
# Trigger is used to invoke a function when a Jira issue event is fired.
@@ -22,15 +24,15 @@ modules:
22
24
- avi:forge:installed:app # Doesn't include un-installation
23
25
- avi:forge:upgraded:app
24
26
25
-
# The jira module provides functionality for Jira products.
27
+
# The jira module provides functionality for Jira products. https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-issue-panel/#jira-issue-panel
0 commit comments