I am wondering if it is still possible to install a custom plugin in Jira (in our case, Jira RPC plugin) using a script in Linux. In Jira 4 it was simple: just drop the jar into the lib directory. In Jira 6, it seems, it can only be done using the plugin management GUI. Which gives you an extra manual step to perform if you want to deploy Jira unattended, like we do all the time. Does anyone know a way ?
Thanks & regards,
Paul.
Hi Paul,
When jira is not running
atlassian-jira/WEB-INF/lib/
.
plugins/installed-plugins/
.
you can even a do plugin update from a remote place
scp user@from:/path/version/plugin/*.jar ${JIRA_ROOTPATH}/JIRA_HOME/plugins/installed-plugins
If jira is running you can also upload the plugin with cli from the atlassian sdk
Best regards,
Hi Trey, your first suggestion actually worked ! Excellent, that is exactly what I was looking for. Thanks !
b.t.w. it was a version 2 plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, that's clear enough ;-). Time to do some sniffing then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Timothy, thanks for your answer. I thought of this myself but the drawback of this solution is that Jira must be up & running. Not a disaster, but if you can think of another way ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no other way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could always do a POST to the resource if you need to. Though, I don't have that URL for you.
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.