Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy jira plugin to a standalone JIRA using CLI

I have a standalone JIRA instance running on my server. I have built a jira plugin using the atlas-mvn command and this has created a jar file.

Usual process is to login to standalone JIRA UI and deploy from UPM.

But is there a way I can deploy this plugin directly to the standalone instance using a command line or shell script.

Can anyone help me please ?

like image 908
Vijax Avatar asked May 30 '26 08:05

Vijax


1 Answers

I know the UPM has a REST API and you can browse it with the Developers Toolkit. I think its at /rest/1/plugins but is not clearly documented. You can reverse engineer it with Chrome, Inspect Element, Network while uploading a plugin. There's also https://developer.atlassian.com/static/javadoc/upm/api/2.1/reference/packages.html

like image 97
mdoar Avatar answered Jun 02 '26 19:06

mdoar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!