I have some JavaScript automation which helps me integrate customer's issue tracking into my company's workflow (don't ask...). How do I programatically, through JavaScript code, select a component on Edit Issue page?
I'm not sure what the exact JavaScript would be, but you can include it as part of a description of one of the fields;
https://confluence.atlassian.com/display/JIRA/Displaying+a+Field+Based+on+Another+Field+Selection
JIRA has a version of jQuery you can reference as well so you don't have to include your own;
https://answers.atlassian.com/questions/92209/using-static-resources-such-as-jquery-in-jira-plugin
-Simon
I know how I can execute my own JavaScript, I just don't know how to do this one task - select a component on screen by using a JavaScript call
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.