Add company logo for Jira plugin

Jiahui Tan April 16, 2012

Hi, I'm writing a plugin for Jira and I want to put my company's logo into this plugin so that when a user goes to the admin page he can see that picture. Currently there is a default picture.

I didn't find anywhere in the xml that I can set this property.

Is it possible to do this ? thanks

2 answers

1 accepted

0 votes
Answer accepted
MB
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 29, 2013

Try reading the article Adding Marketing Assets to Your Plugin.

Also, you can add an entire folder with images (containing those plugin icons/logos also) to your web resources, to avoid specifying them one by one, using:

<resource type="download" name="images/" location="/images" />

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 16, 2012
Jiahui Tan April 16, 2012

Thanks, it leads me to the right direction,

Suggest an answer

Log in or Sign up to answer