This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Report an Issue Interface #19
Closed
Description
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 customersuccess@topcoder.com
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.