Contains utilities for interacting with Atlassian JIRA.
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.
This project is licensed under BSD.
- RestSharp
- Newtonsoft.Json
- Tested with JIRA v8.5.2
-
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.
- 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.
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).
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.
The documentation is placed under the docs folder.
As a first user, here is the documentation on how to use the SDK.