We have clients who use our Confluence and we ask all of them to put their company name into their department. It would be great if someone (please!) could write a macro that would print a list of users in a specific groups (e.g. 'client') along with what they have entered for the 'department' field.
Could anybody help?
Would the Mugshot Plugin work in your situation? I wrote it once with more or less the same usecase.
Well my goodness, Stefan, that'll definitely do for the time being. Ideally - IDEALLY - I would love for it to be in a table (even a table-plus) where I can easily organise the information but that plugin is certainly very useable.
Thank you so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are therre any performance impications for large groups (as userlister macro has)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you work with the SQL plugin, you can get at the values directly from the database. It was pretty difficult to find this info: it's actually stored in the OS_PROPERTYENTRY table, with the "department" being defined not as a column but as a string value in the entity_key column. The key in this table matches up with the user entity in the content table, so you'd have to do some fancy SQL to get user and group info, but it can be done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.