Hello, I'm trying to show form contents in an email that are automatically sent to customers (ex. "Just confirming that we got your request"). I've tried using iframe to display the contents of the form/webpage however, it's not working. Any suggestions or perhaps any widgets I should look at?
Hi Luan - Welcome to the Atlassian Community!
You can use some smart values/code, but it depends on the type of fields being used. Can you provide more information for the types of fields you want to include?
Hi, I'm trying to add fields such as email address and phone number (custom field) as smart values/code. However, they're not showing up when I do "insert variable" in the email templates. I've also tried linking them to Jira fields and also not showing as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had to work on this for another project. I needed to display all form fields in the email for approvers so that they could approve directly from the email.
You could create an automation and add public comment to ticket using smart values.
This way, the "Request created" and "Public comment added" notifications are nicely batched together in a single email. You can even add the comment briefly and delete it with automation, notifications worked still fine.
And all of this because you can't use custom smart values in customer notifications.
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.
Update:
So far the automation approach is working to a decent degree. My current rule is: run when issue is created--> then send email (name, email, ticket URL using smart values). I just need the phone number field to show (custom field). Any ideas on this one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should work with following smartvalue, with your custom field ID.
{{issue.customfield_11000}}
You need to get "Phone number" field ID and replace it in the smartvalue above (replace 11000 with your custom field ID).
How to find any custom field's IDs <- I usually use URL method to get the custom field ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Forms Automation: Access form fields with smart values (smartvalues)
https://jira.atlassian.com/browse/JSDCLOUD-10697
Unfortunately, this work is still not on our short-term roadmap.
Be aware that the work we are doing on producing a public API for forms will include an end point to /getSimplifiedAnswers. This should return a flat array of form responses, which will be easier to work with in Automation for Jia. It's not a perfect solution, but ProForma DC/Server customers have found it useful.
In the meantime, the documentation for Server/DC under the heading Access the contents of ProForma Forms, relating to entity properties also applies to cloud; however, be aware accessing form data this way is not officially supported.
The API ticket to follow / vote for is here https://jira.atlassian.com/browse/JSDCLOUD-10671
Thank you,
Simon - Product Manager Forms
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ps. There is more discussion at the link above, the included "Update 9 Mar 2023" is the latest entry.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It depends on what you need to add in the notification email.
In Project Settings -> Customer Notifications, you can edit the "Request created" template and add more variables in the confirmation email.
It seems that custom fields are not supported, so it might not be a complete solution for your problem.
There is a feature request to enable adding custom field variables in customer notifications.
Link to feature request: Ability To Add Custom Field Values to Customer Notifications
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update #2:
Hello, I got everything working now! The automation approach with smart values/field IDs was what I think worked best for me. To get the name/email/phone number to show from forms, field IDs in smart values I think was the way to go. There's probably an easier way but I wanted to ensure external users information could also be seen in the form. Thank you so much for the help Erki and John! @Erki Tammik @John Funk
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.