How to inject java code for JIRA custom field?

Gayathri Bhukya February 4, 2016

Please some one can help me  with simple any java script example code.

Like writing some java script for custom field and save it as separately ex. test.js and call/load into JIRA for custom field action to perform.

3 answers

0 votes
Yagnesh Bhat
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.
February 5, 2016
0 votes
Steven F Behnke
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.
February 5, 2016
0 votes
Boris Georgiev _Appfire_
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.
February 4, 2016

It would be better if you give more details on what exactly you're trying to achieve i.e. what should this custom field do ?

There are a lot of ways to have "scripted field" which uses code to calculate values or do something else and most of the "non-hacky" approaches is to use a plugin like JJupin or Script Runner.

https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin/server/overview

https://confluence.kepler-rominfo.com/display/JJUP30/How+%27Live+Fields%27+work

https://scriptrunner.adaptavist.com/latest/jira/quickstart.html

https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html

 

Also there is an "unsupported" option to inject JS code for custom fields

https://confluence.atlassian.com/jira/fields-allowing-custom-html-or-javascript-224401453.html

Suggest an answer

Log in or Sign up to answer