Skip to content

Commit bb1f31a

Browse files
Merge pull request #30 from gitautoai/wes
Fix an error: GitAuto icon does not show on issue panel
2 parents 427c987 + fa8db87 commit bb1f31a

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

manifest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ app:
1010
resources:
1111
- key: main
1212
path: src/frontend/index.jsx
13+
- key: icon
14+
path: src/assets
1315

1416
modules:
1517
# Trigger is used to invoke a function when a Jira issue event is fired.
@@ -22,15 +24,15 @@ modules:
2224
- avi:forge:installed:app # Doesn't include un-installation
2325
- avi:forge:upgraded:app
2426

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
2628
jira:issuePanel:
2729
- key: gitauto-jira-hello-world-issue-panel
2830
resource: main
2931
resolver:
3032
function: resolver
3133
render: native
3234
title: GitAuto
33-
icon: https://developer.atlassian.com/platform/forge/images/icons/issue-panel-icon.svg
35+
icon: resource:icon;icon.png
3436

3537
# https://developer.atlassian.com/platform/forge/runtime-reference/forge-resolver/
3638
function:

src/assets/icon.png

3.04 KB
Loading

src/assets/icon.svg

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)