The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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 Champions.
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 Champions.
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.