How to programatically select a component

Piotr Przybylski October 15, 2012

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?

1 answer

0 votes
SimonS
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.
October 17, 2012

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

Piotr Przybylski October 22, 2012

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

Suggest an answer

Log in or Sign up to answer