Loading...
 
Skip to main content

History: Email Tracker Field

Source of version: 8 (current)

Copy to clipboard
             # Email Tracker Field


This field allows you to enter and display an email

## Parameters

| Value | Default | Description |
|---|---|---|
| 0 or 1 or 2 | 0 | 0 displays the email as simple text with no link on it. 1 displays the email in a hexadecimal form, 2 displays the email with a link mailto |
| o | no value | If the second param is set to o, the email will receive a notification each time the status of the item is changed to open | tw>3.0 |
| p | no value | If the third param is set to p, the email will receive a notification each time the status of the item is changed to pending | tw>3.0 |
| c | no value | If the fourth param is set to c, the email will receive a notification each time the status of the item is changed to closed | tw>3.0 |


Examples 
1,,p will send an email each time the status of the item becomes pending. The email will be displayed as [x@example.org](mailto:%78@%74%77.%6f%72%67)

2,,p,c will send an email each time the status of the item becomes pending or closed. The email will be displayed as [x@example.org](mailto:x@tw.org)