we want to set up a simple customer feedback workflow where issues from a public issue collector gets routed to a customer service person to triage. either they will address the issue themselves and close the ticket, or they will assign it to be reviewed for development. to do this, we need the issue to get a specific Status (e.g., "Customer Feedback") and a specific Assignee (e.g., "Customer Service") so that they can see these on their very own kanban board to triage. how do i modify the issue collector to set these two values when issues are submitted?