You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.