Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Plugin module is broken

Seema Nagarale
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 23, 2022

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

1 answer

0 votes
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2022

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.

Suggest an answer

Log in or Sign up to answer