cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Groups Overview

Due to continuously configuration of the dynamic groups it would be very helpful to get the assignment of all dynamic groups to a specified projects. This could be also via command line.

The command[1] just work on all projects. Unfortunately not all projects are listed behind every dynamic group.

 

A possibility could be as follow output:

 

cmd: im dynamicgroups --fields=name,membership

<out>

DynGroup 1

    /project_1=<dyn group members>

    /project_2=<dyn group members>

    /project_3=<dyn group members>

    ...

    /project_n=<dyn group members>

DynGroup 2

    /project_1=<dyn group members>

    /project_2=<dyn group members>

    /project_3=<dyn group members>

    ...

    /project_n=<dyn group members>

...

DynGroup n

    /project_1=<dyn group members>

    /project_2=<dyn group members>

    /project_3=<dyn group members>

    ...

    /project_n=<dyn group members>

</out>

 

 

[1] im dynamicgroups --fields=name,membership

3 Comments
VolkerEckardt
17-Peridot

Hello Alexander,

 

I think your request is quite interesting. I am just confused with the output you have listed above, because this is the standard export. It's not the export you are looking for, right?  Can you please comment and let me know how the expected output shall look like exactly?

 

Thank you

Volker

 

BaluSri
6-Contributor

Run 'im dynamicgroups' without the fields parameter to obtain a list of all the dynamic groups, then run 'im viewdynamicgroup "DynamicGroupName"' in a loop to get the output you want. You may need to skip some of the lines in the output to get only the Membership info.

KartikOak
14-Alexandrite
Status changed to: Current Functionality

Hi,

      The solution provided on the thread in addition to the Simplified User Function that is available for end-users and administrators should help retrieve the required information.

 

Thanks

Kartik