additionals/docs/macros/group_users.rst
2018-08-30 19:57:56 +02:00

25 lines
385 B
ReStructuredText

Members
-------
Groupo users macro for Redmine.
.. function:: {{group_users(group_name)}}
Show list of users in a user group (an respect permissions)
:param string group_name: group name
Scope
+++++
This macro works in all text fields with formatting support.
Examples
++++++++
List all users of user group ``Team A``
.. code-block:: smarty
{{group_users(Team A)}}