Skip to content

apiiro/Atlassian.Net.SDK

 
 

Repository files navigation

Atlassian.NET SDK

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

Contains utilities for interacting with Atlassian JIRA.

Nuget instructions

This package is managed with Nuget, in order to update it, follow the next steps.

dotnet pack --configuration Release
dotnet nuget push Atlassian.Jira/bin/Release/Apiiro.Atlassian.Jira.*.nupkg --source "github" --skip-duplicate --no-symbols true

Download

License

This project is licensed under BSD.

Dependencies & Requirements

History

  • For a description changes, check out the Change History Page.

  • 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.

Related Projects

  • VS Jira - A VisualStudio Extension that adds tools to interact with JIRA servers.
  • Jira OAuth CLI - Command line tool to setup OAuth on a JIRA server so that it can be used with the Atlassian.NET SDK.

Signed Version

Atlassian.SDK.Signed (Deprecated)

The Atlassian.SDK.Signed package contains a signed version of the assembly, however it is no longer being mantained. It has the following limitations:

  • It references the RestSharpSigned package, which is not up-to-date to the official RestSharp package.
  • It only supports net452 framework (does not support .netcore).

Using StrongNameSigner

An alternative to using the Atlassian.SDK.Signed package is to use the StrongNameSigner which can automatically sign any un-signed packages in your project. For a sample of how to use it in a project see VS Jira.

Documentation

The documentation is placed under the docs folder.

As a first user, here is the documentation on how to use the SDK.

Support

All features tested on JIRA v7.13. If you run into problems using a previous version of JIRA let me know.

Please open an issue if you encounter a bug, have suggestions or feature requests. I'll do my best to address them.

Federico Silva Armas http://federicosilva.net

Releases

No releases published

Languages

  • C# 100.0%