Get-All-Jira-Groups by Henri Guillot

<PackageReference Include="Get-All-Jira-Groups" Version="1.0.0" />

.NET API 11,776 bytes

 Get-All-Jira-Groups 1.0.0

Program in C# . the exec prog, Get all Jira groups , it uses the REST API end point : /rest/api/2/groups/picker. extract all groups and parse them in a json file (Json formated) & in a text formated file. Rest API from Jira Server platform REST API reference) https://docs.atlassian.com/software/jira/docs/api/REST/8.13.2

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Get-All-Jira-Groups</id>
    <version>1.0.0</version>
    <authors>Henri Guillot</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Program in C# . the exec prog, Get all Jira groups , it uses the REST API  end point : /rest/api/2/groups/picker.  extract all groups and parse them in a json file (Json formated) &amp; in a text formated file.  Rest API from Jira Server platform REST API reference)
https://docs.atlassian.com/software/jira/docs/api/REST/8.13.2</description>
    <copyright>Henri Guillot</copyright>
    <tags>JIRA REST API Json</tags>
    <repository type="nuget" url="https://github.com/guihen01/Rest-API-Get-All-Groups" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>