docs/Features/Members/Members.md
Boards can have many members, so you can collaborate with your team. You add members to a board, and optionally assign them to individual cards.
Click your username/avatar in the top right corner to open your member settings.
NOTE: The duplicate "Edit Notification" entry was removed from this menu in PR #1948, so Edit Notification is only available from the menu shown below.
Click a member's initials or avatar to filter the board by that member, or to open the member's permission settings.
Click a member's initials or avatar to set their role on the board. There are nine, and the short version is:
Board roles — what each one may and may not do is the full comparison table, column by column, written from the code — including the places where a role does not yet do what its name says.
In the board members sidebar there is a Domains tab. From it you can share a
board with a whole email domain (for example example.com), so every user with
a verified email address on that domain becomes a member of the board. This is in
addition to sharing with individual members, Organizations and Teams.
When a user is added as a card member or assignee, they can be notified directly. This is controlled by the environment variable:
NOTIFY_ON_ASSIGN (default true) — when true, the user added as a card
member/assignee gets a direct notification. Set to false to disable these
notifications instance-wide. On Snap use notify-on-assign.On multi-tenant instances you can require that a board's members share an Organization
or a Team. There is one admin checkbox per kind -
boardMembersFromSameOrgOnly in Admin Panel /
People / Organizations and
boardMembersFromSameTeamOnly in / Teams -
and when either is on, a user can only be added to a board if they share an enabled
kind with the inviter or with an active board member (site admins bypass this). See
Admin Panel.