You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi experts,
I'm new to Jira world. And I need to develop a plugin for both Jira Software (local installed) and Jira Cloud. From my initial investigation, there are several ways to develop plugins for Jira.
I hope I can develop once and use it in both Jira Software and Jira Cloud, can the plugin developed by option #1 Atlassian SDK work for both Jira Software and Jira Cloud?
Thank you in advance.
Thanks,
Mike
I'm afraid there is no way to do this.
Jira Server and Jira Cloud are very different pieces of software, and have totally different frameworks for apps. You can't install Server apps on Cloud, they're completely the wrong shape for the framework (that non-Atlassians can get at anyway), and Server has no support for running Cloud apps.
If you write an app for Server/DC, you may find you can reuse bits of it, or at least the logic within it in a Cloud app (and vice-versa), but the "packages" you create and deploy are completely different.
So, I would look to having two streams of work, possibly with some shared code, but one for each framework. I'd use the SDK for the Server/DC app, and look to Forge for the Cloud version.
Thank you Nic for your quick reply.
So I have to create two apps, that's almost double effort. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.