Hello
I am trying to fetch jira rest api data in asp.net mvc5 and would like to know how to use atlassian sdk in visual studio. I was wondering if you please share some reference, i would really appreciate it.
Thanks,
Femina
The Atlassian SDK is for writing apps or modules for Atlassian Server/DC products, and it's not something you'd "use in visual studio". You might use it alongside VS to do things like creating skeleton code, compiling and running the Java environments Atlassian all work in, or providing the libraries and references, after you've set up Visual Studio as a full Java development environment.
But it has noting to do with asp.net or mvc5.
You mention the REST API - you can code to talk to that in any language you want, but the SDK isn't going to help you.
For writing for the REST API, have a browse through https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.