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)
Dependencies
- EPPlus(>= 5.5.3)
- Newtonsoft.Json(>= 13.0.11)
- RestAPI-JIRA-Lib(>= 2.1.8)
Tags
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.