Hi, i’m developing a plugin. So I created a string field which by VM on edited i push a select class, and offer some options accessing to the AO by rest with jquery, I need to access to the reporter with the AJS and get the id of the reporter with the AJS is this possible?
Hi, we solved send the reporter by the velocity to the function with the next form
getMyOptions("$!{issue.reporter.name}", "$!{issue}")
Also on the JS we can get the value on the form with this line:
reporter = $("#reporter").val()