Versions Compared

Key

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

User mentions in form of Vlad can be added in Jira text fields like description, comments etc. A typical business requirement is to notify that user when he or she is mentioned. 

To make it happen, you need to extract mentioned users from specific field and use the returned value as text email destination like shown on the screenshot below:


Image Added 


The invocation of $jirassimo.mentionEmails() will parse newly added comment's body for mentioned users and return a comma-separated list of emails.

Rest of the configuration is trivial