How to add icon to web item?

Vedant Kulkarni October 22, 2019

Hello There,

 

I can see that there are many questions raised for this but those are very old and I think that will not work with current Jira API because I tried each article but nothing worked.

Can anyone please help me? I want to add an icon to the web item. Below are the web-item content or module that I have added in atlassian-plugin.xml.

 

<web-item name="test-web-item" key="test-web-item" section="jira.issue.tools" weight="0">
<description key="Testing">This is for testing</description>
<label key=""></label>
<link linkId="test-item">/test-web-item</link>
<icon height="16" width="16">
<link linkId="test-web-item-icon">/images/feedback_logo.png</link>
</icon>
</web-item>

 

Thanks,

Vedant

1 answer

0 votes
Sreenivasaraju P
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.
October 22, 2019
<icon height="16" width="16">
<link>/images/feedback_logo.png</link>
</icon>

above code should work. Please clear browser cache and try again. 

Vedant Kulkarni October 23, 2019

Hey @Sreenivasaraju P , Thanks for the response. But still, it is not working.

Suggest an answer

Log in or Sign up to answer