Hi I would like to collect user feedback via survey monkey by using JIRA workflow post function. I know it's possible to send a email and save this survey link in the template.
But I would like to set up variables to passing "ticket num", "category", "assignee" to survey monkey through url.
Here's my survey url, it would be good to replace the values with Jira parameters dynamically.
In article https://confluence.atlassian.com/adminjiraserver/examples-customizing-email-content-1027142311.html , I found some example like below.
<a href='${baseurl}/browse/${issue.getKey()}'>$textutils.htmlEncode($issue.getSummary())</a>
I tried to setup code like this in email template, but turned out didn't work. It was just passed "${issue.getKey()}" as the value to the survey not the dynamic ticket num value.
<a href= "https://jp.surveymonkey.com/r/XXXXX?TicketNum=${issue.getKey()}&Category=[Category_value]&Assignee=[Assignee_value]">
How do I set up jira parameters in the link? Can someone help me out?
We support using Placeholders in Notification Assistant for Jira and you can set these links in your emails.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.