RestAPI-JIRA-Lib
2.1.2
See the version list below for details.
dotnet add package RestAPI-JIRA-Lib --version 2.1.2
NuGet\Install-Package RestAPI-JIRA-Lib -Version 2.1.2
<PackageReference Include="RestAPI-JIRA-Lib" Version="2.1.2" />
paket add RestAPI-JIRA-Lib --version 2.1.2
#r "nuget: RestAPI-JIRA-Lib, 2.1.2"
// Install RestAPI-JIRA-Lib as a Cake Addin #addin nuget:?package=RestAPI-JIRA-Lib&version=2.1.2 // Install RestAPI-JIRA-Lib as a Cake Tool #tool nuget:?package=RestAPI-JIRA-Lib&version=2.1.2
routines using JIRA REST API to get or post details on Jira server . results are printed on console and writen in json formated files and plain text formated files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- EPPlus (>= 5.5.2)
- Newtonsoft.Json (>= 12.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RestAPI-JIRA-Lib:
Package | Downloads |
---|---|
JIRA.GetAll.IssuesInPj
method (routine) : GetAllIssuesPj() in the library JIRA.GetAll.IssuesInPj.dll to be used with C# code Doc at : https://github.com/guihen01/GetAllIssuesPj/blob/main/README.md GetAllIssuesPj(string username, string password, string urlbase, string projectname, int Writeconsole) execute a GET http request on a Jira server with Rest API, to get all issues from a JIRA project. it uses the REST API end point : /rest/api/2/search?jql=project=" + projectname. Extract all issues from the project and parse them in a json file (Json formated) & in a text formated file & Write results to an Excel file Rest API from Jira Server platform REST API reference) : https://docs.atlassian.com/software/jira/docs/api/REST/8.13.2 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.6 | 864 | 3/22/2021 |
2.2.5 | 649 | 3/13/2021 |
2.2.4 | 727 | 2/22/2021 |
2.2.3 | 662 | 2/22/2021 |
2.2.2 | 640 | 2/13/2021 |
2.1.9 | 730 | 2/6/2021 |
2.1.8 | 821 | 2/4/2021 |
2.1.7 | 782 | 1/31/2021 |
2.1.6 | 695 | 1/30/2021 |
2.1.5 | 661 | 1/29/2021 |
2.1.4 | 693 | 1/29/2021 |
2.1.2 | 655 | 1/26/2021 |
2.1.1 | 679 | 1/26/2021 |
2.0.0 | 750 | 1/23/2021 |
1.4.1 | 696 | 1/21/2021 |
1.4.0 | 656 | 1/21/2021 |
1.3.0 | 738 | 1/19/2021 |
1.2.0 | 693 | 1/18/2021 |
1.1.0 | 689 | 1/17/2021 |
1.0.0 | 786 | 1/17/2021 |
changed name of class Getall to Get1. Fixed Bugs ( class Getal was not public, so some news methods couldn't be referenced). Class has been made public, so new routines in previous release are now referenced in the library and can be used.