Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat's the correct way to develop JIRA services?
    primarykey
    data
    text
    <p>What's the correct way to develop JIRA services (not plugins, mind)? I've tried several different ways, but my current approach takes so long that I'm quite certain I'm missing something. </p> <p>Right now, I'm doing this: </p> <ol> <li>I've installed the JIRA SDK 4.2.9 on a VM running Win7 and Java 1.6.0_41</li> <li>Copy the folders src, ressources and the pom.xml from the Eclipse Workspace of my machine to the VM</li> <li>Execute the command atlas-run -v 5.2.2 </li> <li>Login to the server, import a project with ten JIRA issues, since I'm trying to add values from SVN paths to custom fields of the JIRA issues.</li> <li>Shut down the server</li> <li>Copy the created jar file for the service from the folder /target to the folder target/jira/webapp/web-inf/lib</li> <li>Execute the command atlas-run -v 5.2.2 again</li> <li>Login to the server</li> <li>Add the service and enter all its settings</li> <li>Shut down the server again</li> <li>Execute the command atlas-debug -v 5.2.2 --jvm-debug-suspend</li> <li>Connect to the JVM with Eclipse in debug mode</li> <li>Debug</li> </ol> <p>This takes me 30 minutes at least.</p> <p>After I've done this once, I tried this: </p> <ol> <li>Copy the folders src, ressources and the pom.xml to the VM to a different folder (!)</li> <li>Execute the command atlas-package</li> <li>Copy the new jar file to the folder target/jira/webapp/web-inf/lib of the JIRA server I created above</li> <li>Execute atlas-debug -v 5.2.2 --jvm-debug-suspend on the JIRA server</li> </ol> <p>Unfortunately, the second part often fails since I cannot run the atlas commands anymore. The console just keeps on repeating the command I entered but does nothing. The only way to solve this is to go back to step one and create a new JIRA server.</p> <p>What's the correct way to do this? How can I fix the problem that I cannot run atlas commands anymore?</p> <p>Thanks very much.</p> <p>Please keep in mind that I'm still very much a JIRA noob. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload