Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.88 KB

README.md

File metadata and controls

57 lines (38 loc) · 2.88 KB

GetAllIssuesPj

JIRA.GetAll.IssuesInPj on fuget.org Build status NuGet

This program get all issues from a project and store fields in a Excel file

alt text

Publication

Package Will be distributed as a nuget package.

How it was developed

  1. Coded in C#
  2. application portable (Target Runtime : portable) Will run in Windows or in Linux
  3. Developed with Visual Studio 2019
  4. Exist also as a method , routine : GetAllIssuesPj() included in a C# library ( form : .DLL) JiraLib See ( https://www.nuget.org/packages/RestAPI-JIRA-Lib/)

How to use (Method 1)

  1. Dowwnload in github the latest version of the exec ( : )
  2. Unpack (unzip) the latest version file : Microsoft.Extensions.FileProviders.Abstractions.zip in the directory you want , on your computer.
  3. in the directory unpacked, execute the application : Test-JIRA.GetAll.IssuesInPj.exe (execute the below file : )

https://github.com/guihen01/GetAllIssuesPj/blob/main/Doc/Capture6.PNG alt text

  1. PAy attention to your antivirus and/or firewall ,it could block the execution on the exec. So if it occurs change config of firewall or antivirus to allow execution

How to use (Method 2)

  1. Download the nuget package at : https://www.nuget.org/packages/JIRA.GetAll.IssuesInPj/
  2. USe Visual Studio or tool that use Nuget
  3. in your c# code use the method GetAllIssuesPj()
  4. include the reference : using JiraLib;

https://github.com/guihen01/GetAllIssuesPj/blob/main/Doc/Capture4.PNG alt text

  1. use : await GetAllIs.GetAllIssuesPj(username, password, urlbase, projectname, Writeconsole); method is packed and assembled in the dll : and included in the GetAllIS class

https://github.com/guihen01/GetAllIssuesPj/blob/main/Doc/Capture5.PNG alt text

https://github.com/guihen01/GetAllIssuesPj/blob/main/Doc/Capture2.PNG alt text

Console output (What is displayed on your console screen) :

https://github.com/guihen01/GetAllIssuesPj/blob/main/Doc/Capture-console-output.PNG alt text