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

Email notifications for a work item based on due date

For a customer, I need to send email notifications to the owner, the HOD (a customized attribute for the work item) and a go-to-person for over due work items. The HOD and the go-to-person may not be a subscriber of the work item.

This notification is not necessary on the save of a work item but a part of a daily reporting across the project.

Any Guidance will be highly appreciated.

Regards
Bhawana

0 votes



One answer

Permanent link
you will need to write all that in java code as a plugin on the server.
and u will need to figure out how to get the plugin launched (timer, etc) if no-one touches the workitem (it is overdue u said)..

the plugin part that sends mail notices today is

com.ibm.team.workitem.service.internal.save.notify.ChangeEventMailNotifier

in the com.ibm.team.workitem.service plugin

note that this code is in an 'internal' class, and could be changed at any time by IBM without notification.

in a future release the handling of email FORMAT will be externalized into scripted templates..

but I don't see any timed/deadline driven event email notices

Sam

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
× 10,936

Question asked: Jan 04 '12, 8:21 a.m.

Question was seen: 3,971 times

Last updated: Jan 04 '12, 8:21 a.m.

Confirmation Cancel Confirm