I'm trying to create a plugin just to run some javascript from. I've played around putting it in the header, but read some cautions online that Atlassian might discontinue allowing javascript in the header in the future.
I'm not an expert in Java. I tried following the "hello world" tutorial for creating a plugin, I downloaded the SDK, created the plugin ran "atlas-run" but had to modify my ports (both ajp and http because both were already in use).
Atlas-run runs without generating any errors and gives me the message
[INFO] [talledLocalContainer] Tomcat 8.x started on port [2991]
[INFO] jira started successfully in 37s at http://localhost:2991/jira
I try running http://localhost:2991/jira and get a 404 error. Any idea why that might be?
Is it ok running this on my developer box, or does this need to run on the server to which Jira is installed?
Thank you!