Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Help icon besides a custom field!

Daniel Miks
Contributor
December 13, 2017

Hi

Have added the following script to a custom field (ECU), in order to show the help icon and when pressed pop up a text. In this case a test text!

The help icon ico_help.png shows up underneath the field rather than between field header text and field.

 

helpikon jira.png

 

<a data-aui-trigger href="#" aria-controls="ecu-inline">
<img src="/images/icons/ico_help.png"/>
</a>

<style>
aui-inline-dialog{ max-width: 600px; }
</style>

<aui-inline-dialog id="ecu-inline" alignment="bottom left">
Test for the custom field ECU
</aui-inline-dialog>

 

Any solutions would be much appreciated!

/Daniel

2 answers

1 accepted

2 votes
Answer accepted
Daniel Miks
Contributor
December 20, 2017

Hi

The icons to the right is provided by the Add-on Insight.

But I solved it by changing the script now and it looks like this.

<script type="text/javascript">
AJS.$("#customfield_11013").parent().parent().parent().children('label').append('<a data-aui-trigger href="#" aria-controls="primary-indicator-inline"> <img src="/images/icons/ico_help.png"/> </a>')
</script><style>
aui-inline-dialog{  max-width: 600px; }
</style><aui-inline-dialog id="primary-indicator-inline" alignment="bottom left">
    Text to be shown when clicking the question mark icon
</aui-inline-dialog>

 

field configuration.png

Andy Heinzer
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.
December 20, 2017

Cool, thanks for posting your solution here!

Like Juan Ramón Alonso likes this
Juan Ramón Alonso
Community Champion
January 10, 2020

I know this is a bit old but maybe a small improvement here could be this:

AJS.$("label[for='customfield_11013']")

instead on going through the parent() tree to find the element (which is likely subject to change in the future with a different layout) using "label for" is an HTML5 standard to find the label that applies to element with a certain ID

... and it is way a bit easier to read :)

Like Shivi Gupta likes this
Shivi Gupta April 23, 2020

Hello @Juan Ramón Alonso 

How to redirect the image icon to a different page ? 

Thanks  

Sonu Verma May 5, 2021

Hi @Daniel Miks 

is this add-on still avilbele in Jira-marketplace  ?

~Thanks 

0 votes
Sriharsha
Contributor
August 28, 2024

@Andy Heinzer - Those icons are from Insight Plugin (now Assets).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events