I have a post-function set up in my workflow to generate an email under a certain set of conditions. The subject of the email includes '$issue.priority.name'. When I click Preview, the subject appears to be formatted perfectly, for example:
Subject | Escalated Professional Services Issue: Medium / One Month |
But actual emails being delivered to my inbox are not displaying the subject as it did in the preview. This is what I'm seeing:
Subject | Escalated Professional Services Issue: |
Does anyone know why 'priority' is missing? Thanks.
I just checked, and the issues coming through do indeed have the priority field populated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you check on the server side logs to see if there are any hints? It might be the special characters or something else. Wild guess for now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to fix this issue by removing the { } around the field, which I didn't post in my question. Sorry about that.
{$issue.priority.name} was displaying correctly in preview, but not in the actual email. By removing the brackets, it solved the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So it is the special characters after all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to have helped!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.