Hi all,
in the Roadmap Planner, are the values in weeks - how can I specify them in calendar weeks?
Thanks for your support!
Eva
Hi Richard,
You may find them with following SQL query:
select u.user_name, g.group_name from cwd_user u join cwd_membership m on u.id=m.child_user_id join cwd_group g on m.parent_id=g.id join cwd_directory d on d.id=g.directory_id where (g.group_name != 'confluence-administrators' and g.group_name !='confluence-users')
Above query show users and groups names. However, it filters those users belong to confluence-administrators or confluence-users ![]()
Hope it helps.
Saleh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.