Mention

Description

Mention elements reference users, groups, or entities within ADF documents. They provide a way to tag or notify specific users and typically render as highlighted text with user information. Mentions support both user IDs and display text for flexible referencing.

.md markdown syntax

User Mention by ID

{user:user-id-123}

User Mention with Display Name

{user:john.smith}
{user:alice.johnson}

Mention with Custom Attributes

<!-- adf:mention accessLevel="CONTAINER" userType="DEFAULT" -->
{user:team-lead-456}

Group Mentions

{user:@developers}
{user:@designers}
{user:@management}

.adf-schema.json schema

Examples

Team Communications

Project Assignments

Meeting Minutes

Code Review

Issue Tracking

Group Notifications

Document Reviews

Approvals

Customer Support

Release Notes

Training Materials

Emergency Contacts

Last updated