Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These placeholders must be used inside double curly bracesthe delimiters '<%=' and '%>', for example
{{<%=user.name}}name%>

Templates can be used in the Summary and Description.

...

The following template

Panel

Hi {{<%=user.mention}}mention%>,
Could you please check if the following information is correct:
Your full name is {{<%=user.displayName}} displayName%> and your email address is {{<%=user.emailAddress}}emailAddress%>

Thanks

 

Will create this text:

...