PDA

View Full Version : Question: Email Notification Problem


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

PitchouneN64ngc
09-28-2010, 05:32 AM
Have you tried with $issue[pagetext]?

ForenOpfer
09-28-2010, 07:46 AM
Have you tried with $issue[pagetext]?

yes, it won't work as well ^^

--------------- Added 1285665569 at 1285665569 ---------------

Does anyone know which file creates the notifications? There could be the problem, the database $issuenote could not be queried...

--------------- Added 1285674494 at 1285674494 ---------------

Hello (;

I've fixed it, now it works like it should be (;

Regards,
ForenOpfer