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.
I am new to Jira plugin development.
I want to develop a Jira plugin (cloud as well as server) using .Net C# and deploy it in Jira Marketplace so that anyone can install it under their account.
I have seen a few tutorials where they have mentioned to use Atlassian SDK and JAVA programming language.
These are the links I came across.
https://developer.atlassian.com/cloud/jira/platform/getting-started/
https://developer.atlassian.com/cloud/jira/platform/build-a-jira-app-using-a-framework/
https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/
I basically want to develop the plugin using .Net C#. Is there any way of doing so?
Server/Data Center: You can't really use .NET with Jira Server. It expects that your code runs on the JVM. (If you can run .NET code on the JVM, then it could eventually help. I am not familiar with .NET, so I cannot know, but a very popular Jira app is written in Ruby and they solved running Ruby code on the JVM.)
Cloud: You can absolutely build Jira Cloud apps with .NET and possibly with any technology that relies on HTTP, REST APIs and so on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The good news is that the code for the Jira plugin can be written in any language, which can then be turned into class files and run on the JVM. In my practice, I also had experience creating a Wordpress plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please provide any reference for writing Jira plugin in .NET with REST APIs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @reyanchougle ,
Have you found any reference in .Net or .Net Core, it will be very helpful. Appreciate for any comments.
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.