Hey folks, hope you are all well. This is my first post :)
I have created an intake form using confiform, and all works well. The JIRA is created, all the fields map.
I have the form setup to send a mail upon the successful creation of the JIRA, and to include the JIRA key in the body of the email.
The issue I am having though, is what logic do i need to include in the IFTT Integration Rules to have the email subject include the JIRA key.
When I add the logic "${iftttResult_JIRAID}" that translates to the JIRA key in the body of the email, it just shows as ${iftttResult_JIRAID} in the email subject. It doesnt translate to the JIRA key.
Thank you in advance for your help!
Gabe
Hi
Trying saving the ${iftttResult_JIRAID} back to your form's record to some field and then reference that fields in the "subject" parameter (instead of velocity reference that you have now)
I have checked that the subject is not evaluated as Velocity template, and that is why it is not working.
How to save back the issue key you can check here
Alex
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.