-
Notifications
You must be signed in to change notification settings - Fork 24
Report an Issue Interface #19
Comments
Our goal will be to integrate w/ SFDC to create an escalation record in place of sending an email to customer success. More details to come as we solution w/ the SFDC team. Email will be fallback plan. |
Sum up:
|
@maxceem The email send to [email protected] doesn't have body section sent Other than that ,everything is working fine Getting success message for Report send from Team listings, Team details page and Report send for particular resource. bandicam.2021-02-23.16-10-51-219.mp4Getting error message in case of failure. |
@sandhiyakavi this is ready for QA now. We've fixed the email body so now it's shown: I’ve tried to improve formatting, but it appears hard to do without changing the email template. So I guess we have to release with such formatting for now and we would have to improve the email template after. |
Verified in Prod Env. bandicam.2021-02-26.20-43-25-529.mp4Separate issue logged for Email template #121 |
Implement a modal (or equivalent) to appear when the user clicks on the "Report an Issue" button on the MyTeams page. Same Modal should be used when a user clicks the "Report an Issue" in the actions menu on a particular resource.
Model should include a Subject Line(non-editable) and Body labeled as "Describe your issue" (editable).
Subject Line (Team level): Issue Report - TEAM NAME
Subject Line (resourceBooking level): Issue Report - TEAM NAME - RESOURCE HANDLE
Body should be a text area.
On submission of the form, send an email to
[email protected]
with the Subject Line defined above and the body as defined by the user. Append a link to the corresponding team detail page at the end of the email body.The text was updated successfully, but these errors were encountered: