Hi all,
I developed an Jira plugin on 4.4. It works correctly on JIRA 4.4.
But now I try using it on Jira 5.0. I got a problem after install my 4.4 plugin on Jira 5.0.
I have a menu item to access my plugin is 'MyPlugin' in 'Issues' menus.
But after I access my plugin by click on 'MyPlugin' menu item, all drop down menus besides 'Issues' menu, 'Projects' menu, 'Dashboard' menu ... are stuck. It is clickable but nothing happend.
Do you have any idea to solve this issue?
Thanks in advance,
You will have to migrate the plugin from 4.4 to 5.0 . have a look at this documentation
I guess so. I am on my first plugin so I am not sure root cause of this problem.
If it is a version compatible problem, I will try migrate to 5.0 as document.
Thanks so much Mizan,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used a Webwork in my pluggin.
Accidentally, I found the cause is that my 'file' input element on input.vm:
...<td width="200"><input type="file" id="myFile" name="myfileFile"/></td> ...
When I remove this input, all drop down menus work properly.
Any idea for this case?
Thanks in advance,
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.