How To Develop Jira Plugin in .NET C#?

reyanchougle April 18, 2020

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?

2 answers

1 accepted

1 vote
Answer accepted
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 18, 2020

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. 

reyanchougle April 18, 2020

Thanks @Aron Gombas _Midori_

I am clear now with my question.

Like Itai Kahalani likes this
0 votes
Daniel_Dan April 28, 2020

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

reyanchougle April 28, 2020

Could you please provide any reference for writing Jira plugin in .NET with REST APIs

Padmaraj Thanepatil November 22, 2021

Hi @reyanchougle ,

Have you found any reference in .Net or .Net Core, it will be very helpful. Appreciate for any comments.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events