My need is simple on the surface. I want to build a custom Jira issue screen template. On this template I want to place a button that invokes an Ajax script to make a REST call to a remote server to that then calls back to Jira to update that specific Jira issue. In reading extensively on this need I'm still finding it illusive to finding the secret sauce to pull this off. Any help on this would be most appreciated.
const logButton = '<button class="aui-button" id="mybut">Do Something</button>';
AJS.$('#opsbar-opsbar-operations').append(logButton);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.