Hi
What can be used to get issues, teams, users from Jira Server.
I am developing an application in ASP.NET (C#)
What official tools from Atlasssian can be used (besides the RESP API)?
Heard about the SDK, but read that it is for plugin development
Give detailed information please
Linking to repos like this : Bitbucket , NuGet Gallery | Atlassian.SDK 13.0.0 - Is this the official SDK from Atlassian?
There is not an official one from Atlassian for C# from what I can tell. This is the most commonly used one it seems. That said, I can’t seem to get it to work with my cloud instance, so I have had to fall back to RestSharp (which is fine, but requires a lot of coding of objects, etc. that the SDK has already done).