Jazz sending emails with wrong Web UI link
hi,
am using Jazz v2 M1 and have set up Jazz to send emails to ones who have subscribed to work items of interest.
Jazz does notify subscribers with emails when work items are updated but with "localhost" within Web UI:
Web UI: https://localhost:9443/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/99
Subscribers cannot open the link.
Where on the server I modify "localhost" to be server name?
Thanks
Marc
am using Jazz v2 M1 and have set up Jazz to send emails to ones who have subscribed to work items of interest.
Jazz does notify subscribers with emails when work items are updated but with "localhost" within Web UI:
Web UI: https://localhost:9443/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/99
Subscribers cannot open the link.
Where on the server I modify "localhost" to be server name?
Thanks
Marc
4 answers
Make sure to properly set the publicUriRoot property for the server. This value will be used for the mail.
I think there may be a defect in there if the machine used to send is the hosting server. My publicUriRoot is set correctly, yet when I add people via RTC from a client run on the server machine, the invitations still end up saying "localhost". If I use a client on a different machine, then the publicUriRoot setting is used in the generated email.
Hm, could you clarify what exactly you are doing that results in the notification mail with the wrong mail? You update a work item from the WebUI from a localhost connection?
I always see this issue when adding members to teams. If I do it from the client on the server, they always get "localhost". If I do it from another client, they get the name in the URI variable.