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.
Custom fields are generally created thru plugins : https://developer.atlassian.com/jiradev/jira-platform/guides/fields/tutorial-creating-a-custom-field-type
Developers usually package them up into add-ons –
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.