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.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.