We are upgrading jira from 6.4 to 7.4 and some of our custom made scripts stopped working because of new api calls. I want to setup an test environment in eclipse but with no success.
I've been struggling with connecting my eclipse environment to my local jira 7.2.2 instance.
This is what I've done so far.
First of all, I finished the HelloWorld plugin project and continued til Modify the plugin using QuickReload.
Now I have a small plugin that works in my jira instance, it is a custom drop down menu with one item in it.
After this I want to setup a debug environment in eclipse.
1. I run atlas-mvn eclipse:eclipse in my plugin folder.
2. Import my plugin to eclipse.
3. Create breakpoints in the code.
3. Run atlas-debug in my plugin folder.
4. In eclipse: Run -> Debug configurations -> new Remote Java Application. Host: localhost Port:5005 then I press debug.
5. Going to debug perspective and it seems like I'm connected.
6. Going to my web page on localhost:2990/jira and I try functions in my Jira plugin to trigger the code.
Nothing happens... web page freezes and eclipse show nothing new.When I disconnect eclipse web page starts running again.
It seems that your brakepoints work (web freezing) but maybe you don't have debug perspective in Eclipse active?
It turned out the code I thought would run never ran.. It´s solved now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.