Get.JIRA-USersDetailsFromGroup
1.0.0
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
<PackageReference Include="Get.JIRA-USersDetailsFromGroup" Version="1.0.0" />
paket add Get.JIRA-USersDetailsFromGroup --version 1.0.0
#r "nuget: Get.JIRA-USersDetailsFromGroup, 1.0.0"
// 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()
- The routine query and get all the details for users belonging to a specific JIRA group
- The routine : GetUsersDetailFromGroup returns a list of objects (objects of type Group) List<GroupInfo>
- & write result to file (Json style) : List-Details-from-group-{0}.txt" in the current directory
- & write result to file (text file) : List-accounts-from-group-{0}.txt" in the current directory
- 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
- Package distributed as a nuget package at : https://www.nuget.org/packages/Get.JIRA-USersDetailsFromGroup/
Dependency
- NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
- the routine has been build with NETCoreApp 3. 1 , but can also be rebuild as needed with NetCoreApp.4 o 5
Inplementation
- 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
- Included in JiraLib.dll and code source is in this repository
- 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.
- is used with C# code
- Developed and tested in Visual Studio 2019.
- 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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.