Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

SOLVED Error sending email notification for work item change

I've got email notifications working (it sent invitations to join team), but notification aren't going out for work item changes.

My server console shows this:

ERROR com.ibm.team.workitem
- Following required properties are undefined or empty:
- notification.mail.from
- notification.mail.from_name
- notificaiton.mail.reply

Did I miss a step in setting up my smtp server in Web UI admin configuration? I'm using my IBM Notes mail server with no authentication.

0 votes



2 answers

Permanent link
Hi,

Did you enable email notification in your jazz configuration ?

You can view your configuration using
https://{server-name}:9443/jazz/admin#action=com.ibm.team.repository.admin.configurationProperties

The properties required for sending mail notifications are :

com.ibm.team.repository.service.internal.MailerService
Enable Mail Notification : should be set to true
Restrict to Whitelist : false
SMPT Server, SMTP Server Port and SMTP user name

The properties defined in configuration properties are stored in
teamserver.properties text file.

---- Balaji

"packham" <packham@us.ibm-dot-com.no-spam.invalid> wrote in message
news:fkbn8m$e3r$1@localhost.localdomain...
I've got email notifications working (it sent invitations to join
team), but notification aren't going out for work item changes.

My server console shows this:

ERROR com.ibm.team.workitem
- Following required properties are undefined or empty empty:
- notification.mail.from
- notification.mail.from_name
- notificaiton.mail.reply

Did I miss a step in setting up my smtp server in Web UI admin
configuration? I'm using my IBM Notes mail server with no
authentication.

0 votes


Permanent link
--SOLVED--

Thanks to Matt Jarvis for pointing out that I needed to add the properties to teamserver.properties, like this:

com.ibm.team.workitem.notification.mail.from=jazz@example.com
com.ibm.team.workitem.notification.mail.from_name=Jazz
com.ibm.team.workitem.notification.mail.reply=jazz@example.com

*He hinted that the admin Web UI might support these values in a future milestone.*

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Dec 19 '07, 1:17 p.m.

Question was seen: 5,415 times

Last updated: Dec 19 '07, 1:17 p.m.

Confirmation Cancel Confirm