Forked from https://bitbucket.org/farmas/atlassian.net-sdk/src/master/
Contains utilities for interacting with Atlassian JIRA.
This project is licensed under BSD.
- RestSharp
- Newtonsoft.Json
- Tested with JIRA v7.13.
-
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.
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