Hi Community,
I've been trying to copy the reporter email to a custom single line text field, I tried using the Automation app and I created this very simple rule using these options:
- When: Issue created
- Then: Edit issue fields
- I'm using this rule:
{
"fields": {
"customfield_16802": {{reporter.emailAddress}}
}
}But it just copies my user name into my custom field, so I'm wondering if I'm missing something?
