Allow to merge tickets #900
Labels
topic: ticketing
All the stuff related to the tickets
usability testing
We need to perform testing with users to evaluate the features
Milestone
Problem
Sometimes, a new ticket is created when a user answers to an email because he doesn't have the authorization on the initial ticket. However, after giving them the correct authorization, there are still two tickets. Agents can close the second ticket, but they have to copy/paste the content of the answer and communicate to the user that there was an issue.
Solution
Allow to merge the second ticket with the initial ticket.
Specifications (not finished)
Add a new permission
orga:merge:tickets
to the agent role.Add a new action "Merge the ticket with another" to the ticket, between "Edit the status" and "Transfer the ticket". It must open a modal containing the following form.
Create a form
App\Form\Ticket\MergeForm
:Create a controller
App\Controller\Tickets\MergersController::new()
:The text was updated successfully, but these errors were encountered: