RestAPI-JIRA-Lib
2.1.9
See the version list below for details.
dotnet add package RestAPI-JIRA-Lib --version 2.1.9
NuGet\Install-Package RestAPI-JIRA-Lib -Version 2.1.9
<PackageReference Include="RestAPI-JIRA-Lib" Version="2.1.9" />
paket add RestAPI-JIRA-Lib --version 2.1.9
#r "nuget: RestAPI-JIRA-Lib, 2.1.9"
// Install RestAPI-JIRA-Lib as a Cake Addin
#addin nuget:?package=RestAPI-JIRA-Lib&version=2.1.9
// Install RestAPI-JIRA-Lib as a Cake Tool
#tool nuget:?package=RestAPI-JIRA-Lib&version=2.1.9
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.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 | 519 | 3/22/2021 |
2.2.5 | 367 | 3/13/2021 |
2.2.4 | 394 | 2/22/2021 |
2.2.3 | 333 | 2/22/2021 |
2.2.2 | 329 | 2/13/2021 |
2.1.9 | 402 | 2/6/2021 |
2.1.8 | 468 | 2/4/2021 |
2.1.7 | 475 | 1/31/2021 |
2.1.6 | 377 | 1/30/2021 |
2.1.5 | 323 | 1/29/2021 |
2.1.4 | 352 | 1/29/2021 |
2.1.2 | 350 | 1/26/2021 |
2.1.1 | 363 | 1/26/2021 |
2.0.0 | 401 | 1/23/2021 |
1.4.1 | 328 | 1/21/2021 |
1.4.0 | 359 | 1/21/2021 |
1.3.0 | 394 | 1/19/2021 |
1.2.0 | 364 | 1/18/2021 |
1.1.0 | 355 | 1/17/2021 |
1.0.0 | 430 | 1/17/2021 |
1) modified github reporsitory . created a new branch n github : method (secondary branch). This branch include several folders. A folder for each methods and doc. But main branch include all necessary code and methods for the library.
2) tested with Build on appveyor site (https://www.appveyor.com/) : [](https://ci.appveyor.com/project/guihen01/restapi-jira-lib)