Breadcrumbs

Email addresses in work item description

๐Ÿ“š

This template displays all email addresses mentioned in the description of the current work item.

If there is nothing to display, the result will be โ€œNoneโ€.

Configuration

To use the Email addresses in work item description template, simply select it from the template grid. Filter by Misc to find it faster.

Parameters

This template does not require any additional parameter configuration.

Expert mode

If you switch to Expert mode you can see the formula field in the Expression Parser. You can now tweak the expression to create a custom formula field based on this template.

Expression

General expression:

%{findPattern(%{issue.description},"(?<=mailto:)([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)")}


Used parser functions

The links lead to the JWTC documentation because the parser functions are shared functionalities.