Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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?

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 17, 2015

No.  A post-function is for updating issues, not validating entry.

If you want to make logging work mandatory, you'll need to find/write a validator to do it.  There are several addons in the marketplace which implement such a check.

Suggest an answer

Log in or Sign up to answer