Hi,
I am developing a jira custom field plugin. I developed a simple code to take input from the user. I can build the code succussfully in eclipse, but in in local instance of jira i.e in add-on section under my plugin there is one warning symbol showing error as this module is broken
Tail your atlassian-jira.log when you are packaging the plugin (if you are using quickRefresh), or deploying the .jar file. Everytime you install a plugin, and Jira has something to complain about, it'll be there. Should be in target/jira/home/log/atlassian-jira.log or something along those lines.
Most commonly it's missing dependencies when the plugin or module fails to instantiate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.