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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.