Skip to content

Patman0021/atlassian.net-sdk

Repository files navigation

Atlassian.NET SDK

Contains utilities for interacting with Atlassian JIRA.

Support Notice

All features tested on JIRA v8.5.2

Due to time constraints, this project is no longer mantained. Thank you for all the support during these past years.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages