JIRA.GetAll.IssuesInPj NuGet Package

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.




Got any JIRA.GetAll.IssuesInPj Question?





Info

Version: 1.0.1
Author(s): Henri Guillot
Last Update: Friday, February 5, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/guihen01/GetAllIssuesPj
NuGet Url: https://www.nuget.org/packages/JIRA.GetAll.IssuesInPj


Install
Install-Package JIRA.GetAll.IssuesInPj
dotnet add package JIRA.GetAll.IssuesInPj
paket add JIRA.GetAll.IssuesInPj
JIRA.GetAll.IssuesInPj Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

2.8

avg-downloads-per-day

0

days-since-last-release

1175