You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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:


 


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