List by Group of User

Confluence User - 11 Nov, 2021

Hi everyone,


I am trying to create a list, which displays all users of a certain group. In that list I would like to track the number of assignments in the individual Users inbox, and of course the name, etc.

But currently I can't figure out how to select users by group. My first idea was to use the Joget Entity Databinder and add the constraint in the extra conditions field, but I don't think I can do that, because the group of the user is not contained in the user table - or so I think.


Thank you for your help!

datalists;user;groups

1


12 Nov, 2021
confluenceUser
1
confluenceUser

Hi, I don't believe the Joget Entity Data Binder allows joining multiples entities so I would suggest using the JDBC Datalist Database Binder. With it, you can use a custom SQL query to retrieve the kind of data you need by joining the dir_user, dir_group and dir_user_group tables.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print