I have upgraded Jira 4.2 to Jira 5.2. I have a set of custom plugins that are not from atlassian. I copied all our plugins into WEB-INF/lib and restarted Jira instance(like i always do with JIRA 4.2). But i dont think these plugins are enabled.
Please tell me if there's a different method to install custom plugins into JIRA 5.2???
Thanks in advance...
Hi there,
I recommend you to follow the guide below. Besides, do make sure you are using the updated plugins in the new 5.2 instance.
Regards.
Hi,
I tried the steps in this link. The plugin was developed by us for customised Jira operations. I have put it in WEB-INF/lib in Jira Installation Directory. And i have restarted Jira instance. But i still could not find it in the list of plugins in Jira Administration...:(:(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it's not on the list there, then it's not loading correctly.
I'm pretty sure that all you've done is taken a plugin for 4.2 and copied it into 5.0. Unless the plugin is immensely simple, then that's almost certainly going to fail miserably because a LOT of stuff has changed since then.
Two things you need to do:
1. Recompile the plugin for 5.x
2. Read your logs - as the plugin is not loading, these will not only confirm the failure to load, they will probably tell you why (which is probably going to me a missing API call or library because you haven't recompiled it)
I'd also strongly recommend
3. Convert the plugin to a type 2, then you won't have to mess around with WEB-INF/lib
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I tried all these.But no result..:(
How should i deploy non-atlassian plugins into JIRA 5.2. My plugins were built fro the purpose of handling some SOAP service operations in JIRA 4.2. But these are not detected by the JIRA 5.2 system.
Please help me solve this...
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.
It is tough to help you without getting the right information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Indeed, if you have recompiled, and are now trying with the new versions, then we are completely stuck. You need to look in the logs, read the erors, see if they make any sense to you, and then tell us what they are if they aren't helping you.
My usual example - imagine you are a car mechanic. Someone rings you up and says "my car won't start", and nothing else. You really can't help them until you know if the car is trying to start and just churning (out of petrol), no lights come on (flat battery), bent out of shape (savaged by a horde of rampaging penguins), etc...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even for 4.4, ll the above points apply. Your error indicates you haven't compiled the plugins for 4.4?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry...I had to drop the idea of direct upgrade to JIRA 5.2. I am asked to upgrade to JIRA 4.4 and then to JIRA 5.2. I did upgrade JIRA 4.2 to JIRA 4.4.
But still, I find that the functions Create Issue and Clone Issue are not working. But all other functions are working fine.
I studied the logs and found that, the custom plugin that controls the create issue operation, requires a few methods available in the plugin atlassian-jira-4.2.jar.
But im not able to deploy this jar into WEB-INF/lib...:(:(
This is the error that i get while Creating an issue in JIRA 4.4
HTTP Status 404 - Could not execute action [CreateIssueDetails]:com.atlassian.jira.config.properties.ApplicationPropertiesImpl: method <init>()V not found<p><small><small><pre>java.lang.NoSuchMethodError:
Please tell me how to solve this...:(:(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, seems there is a method signature change in the new version of JIRA (indicated by the error).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jobin,
Actually, those plugins were developed by a different vendor and we use it in the form of a jar, put inside WEB-INF/lib in JIRA 4.2. There are 5 of it. 4 are working fine. Only 1, which is responsible for create issue and clone issue creates a problem. Should i recompile it and deploy???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am modifying my custom plugin to suite JIRA 4.4. I changed the jira.product.version in pomxml to 4.4. When i compiled the cde in eclipse, it showed a few errors.
The type com.atlassian.crowd.embedded.api.User cannot be resolved.
I dont find a jar for this class in maven repository. Can you please tell me where to find it???
Thanks i advance...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you may need to change the dependencies in your pom.xml as well as the version (there's a big change in user handling between 4.2 and 4.3 and I think you've run into that)
Try having a look at an empy plugin created by atlas-create-jira-plugin in the SDK
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.