Document attachment to email notification in RTC 4.0
Hi All
I am trying achieve any file attachment with workitem and it should email with document attached. For this purpose using RTC4.0 Mail Template.
1. How to configure email notification with attachment attached when any file attached to workitem. Is it possible ?
2. How to mention attachment parament in Mail Template
exaple:
Web UI: ${workItem.URL}
Id: ${workItem.identifier}
Project Area: ${workItem.projectArea}
Status: ${workItem.state}
Similar for
Attachment: ${worktiem. <>}
Kindly help me understand this
Regards
mrpsinger
I am trying achieve any file attachment with workitem and it should email with document attached. For this purpose using RTC4.0 Mail Template.
1. How to configure email notification with attachment attached when any file attached to workitem. Is it possible ?
2. How to mention attachment parament in Mail Template
exaple:
Web UI: ${workItem.URL}
Id: ${workItem.identifier}
Project Area: ${workItem.projectArea}
Status: ${workItem.state}
Similar for
Attachment: ${worktiem. <>}
Kindly help me understand this
Regards
mrpsinger
2 answers
on my 4.0 server I added a file and this is the notification I got..
so, I got the file NAME (twice), but there is no access to the content from the script
https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.workitem.doc%2Ftopics%2Ft_customizing_email_notifications.html
Comments:
added: Added: attachment 3 (license.txt)
Attachments Link:
added:
3: license.txt
so, I got the file NAME (twice), but there is no access to the content from the script
https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.workitem.doc%2Ftopics%2Ft_customizing_email_notifications.html