Skip to content

Fix an error: GitAuto icon does not show on issue panel #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ app:
resources:
- key: main
path: src/frontend/index.jsx
- key: icon
path: src/assets

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

# The jira module provides functionality for Jira products.
# The jira module provides functionality for Jira products. https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-issue-panel/#jira-issue-panel
jira:issuePanel:
- key: gitauto-jira-hello-world-issue-panel
resource: main
resolver:
function: resolver
render: native
title: GitAuto
icon: https://developer.atlassian.com/platform/forge/images/icons/issue-panel-icon.svg
icon: resource:icon;icon.png

# https://developer.atlassian.com/platform/forge/runtime-reference/forge-resolver/
function:
Expand Down
Binary file added src/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions src/assets/icon.svg

This file was deleted.

Loading