Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,589
Community Members
 
Community Events
185
Community Groups

How To Develop Jira Plugin in .NET C#?

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.
Apr 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. 

Thanks @Aron Gombas _Midori_

I am clear now with my question.

Like Itai Kahalani likes this

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

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

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