Info
Version: | 2.1.1 |
Author(s): | Henri Guillot |
Last Update: | Friday, March 5, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/guihen01/Pick-Jira-Items |
NuGet Url: | https://www.nuget.org/packages/PickJiraItems |
Install
Install-Package PickJiraItems
dotnet add package PickJiraItems
paket add PickJiraItems
PickJiraItems Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Tags
the exec prog uses the REST API end point : /rest/api/2/groupuserpicker?query=. It extracts all JIRA, users, groups, name, emailadress matching a specific string and parse them in a json file (Json formated) & in a text formated file.
(Rest API from Jira Server platform REST API reference)
Doc at : https://github.com/guihen01/Pick-Jira-Items/blob/main/README.md.