SDK C# feature development

Swat Singh January 16, 2020

Hi,

I want to develop custom import and export functionality on JIRA for our purposes... very specific to our requirement.

I'm a C# programmer

Can I do this via SDK provided 

https://bitbucket.org/farmas/atlassian.net-sdk/src/master/

https://www.nuget.org/packages/Atlassian.SDK

 

thanks

S

1 answer

0 votes
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 17, 2020

Hello @Swat Singh ,

Welcome to the Atlassian Community!

I understand that you are willing to build an add-on to add custom import/export functionalities in Jira, and you are asking if you can use the Atlassian.Net SDK in order to do so.  

Now, if my understanding is correct, let me start by saying that the officially supported SDK/frameworks are only the ones listed in the below links (depending if you use Jira Server or Cloud. I believe you use Cloud, but since not specified I am providing both):

 

Also, by reading the Atlassian.Net SDK documentation it looks like it is providing utilities to interact with Jira using REST API calls, not to build apps/add-ons:

This project began in 2010 during a ShipIt day at Atlassian with provider to query Jira issues using LINQ syntax. Over time it grew to add many more operations on top of the JIRA SOAP API. Support of REST API was added on v4.0 and support of SOAP API was dropped on v8.0.

 

However, please notice that this is not the best place to get help on development  related questions. The right resources are listed in https://developer.atlassian.com/resources. 

Specifically:

 

 

Cheers,
Dario

Suggest an answer

Log in or Sign up to answer