How to Deploy Project From Node.Js Framework

I have developed plugin in Node.js framework (Build a Jira app using a framework) .

Now i want deploy this plugin on Jira Server. Could you please send me steps for that.

Hi @GallopApps,

You developed a Connect app for Jira Cloud. For Jira Server, you need to develop a P2 app, using the Atlassian SDK.

Server apps are written in Java and are fundamentally different from Cloud apps, so you will likely not be able to reuse any of your code.

Cheers,
Sven