ForenOpfer
09-27-2010, 07:51 PM
Hey there,
I've got a problem with the email notification phrases. This is the notification I'm trying to build in, because I want to give the assigned folks a quick look of the new ticket:
Dear $assignee_userinfo[username],
we've got another ticket submitted by $assigner_userinfo[username]
-------------------
Ticket-Type:
"$issue[issuetype]"
Ticket-Title:
"$issue[title]"
Ticket-Summary:
"$issue[summary]"
Ticket-Message:
"$issuenote[pagetext]"
-------------------
You can find the Ticket here: $vboptions[bburl]/project.php?issueid=$issue[issueid]
Best Regards
$vboptions[bbtitle]
It works fine so far, but the "Ticket-Message" phrase stays blank. It won't work with $issuenote[pagetext] and in won't work with $pagetext as well. Any Ideas?
Best Regards
ForenOpfer
I've got a problem with the email notification phrases. This is the notification I'm trying to build in, because I want to give the assigned folks a quick look of the new ticket:
Dear $assignee_userinfo[username],
we've got another ticket submitted by $assigner_userinfo[username]
-------------------
Ticket-Type:
"$issue[issuetype]"
Ticket-Title:
"$issue[title]"
Ticket-Summary:
"$issue[summary]"
Ticket-Message:
"$issuenote[pagetext]"
-------------------
You can find the Ticket here: $vboptions[bburl]/project.php?issueid=$issue[issueid]
Best Regards
$vboptions[bbtitle]
It works fine so far, but the "Ticket-Message" phrase stays blank. It won't work with $issuenote[pagetext] and in won't work with $pagetext as well. Any Ideas?
Best Regards
ForenOpfer