Get.JIRA-USersDetailsFromGroup 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Get.JIRA-USersDetailsFromGroup --version 1.0.0
NuGet\Install-Package Get.JIRA-USersDetailsFromGroup -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Get.JIRA-USersDetailsFromGroup" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Get.JIRA-USersDetailsFromGroup --version 1.0.0
#r "nuget: Get.JIRA-USersDetailsFromGroup, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Get.JIRA-USersDetailsFromGroup as a Cake Addin
#addin nuget:?package=Get.JIRA-USersDetailsFromGroup&version=1.0.0

// Install Get.JIRA-USersDetailsFromGroup as a Cake Tool
#tool nuget:?package=Get.JIRA-USersDetailsFromGroup&version=1.0.0

GetUSersDetailsFromGroup()

  1. The routine query and get all the details for users belonging to a specific JIRA group
  2. The routine : GetUsersDetailFromGroup returns a list of objects (objects of type Group) List<GroupInfo>
  3. & write result to file (Json style) : List-Details-from-group-{0}.txt" in the current directory
  4. & write result to file (text file) : List-accounts-from-group-{0}.txt" in the current directory
  5. Details are : username, full name, email, group , active user or not

public static async Task<List<GroupInfo>> GetUSersDetailFromGroup(string username, string password, string urlbase, string group)

https://github.com/guihen01/Get.JIRA-USersDetailsFromGroup/blob/main/Capture1.PNG

Publication

  1. Package distributed as a nuget package at : https://www.nuget.org/packages/Get.JIRA-USersDetailsFromGroup/

Dependency

  1. NETCoreApp 3.1
  2. Newtonsoft.Json (>= 12.0.3)
  3. the routine has been build with NETCoreApp 3. 1 , but can also be rebuild as needed with NetCoreApp.4 o 5

Inplementation

  1. This method is part of a Library of jira routines (Jira methods) : JiraLib.dll based on REST API, but can be used without LibJira.dll
  2. Included in JiraLib.dll and code source is in this repository
  3. routine can be used and referenced with the JiraLib.dll reference in your c# project . Download the nuget package : https://www.nuget.org/packages/RestAPI-JIRA-Lib/ and make call to this method in your code.
  4. is used with C# code
  5. Developed and tested in Visual Studio 2019.
  6. can be used as so , whitout reference to library JiraLib.dll, but it is then needed, to insert the method GetUSersDetailsFromGroup() code of routine in your project and rebuild the project.

How to use it

https://github.com/guihen01/Get.JIRA-USersDetailsFromGroup/blob/main/Capture-HowTo-1.PNG

Run

exemple d'execution (sample running) :

https://github.com/guihen01/Get.JIRA-USersDetailsFromGroup/blob/main/Capture-2.PNG

https://github.com/guihen01/Get.JIRA-USersDetailsFromGroup/blob/main/Capture3.PNG

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 393 1/30/2021
1.0.0 330 1/28/2021