You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an API endpoint/service method to lock a ticket. Define the necessary data structures, update the ticket state, and handle error cases (e.g., when a ticket is already locked).
Acceptance Criteria:
An endpoint/service exists for locking a ticket.
The ticket state is updated correctly.
Error responses are returned if the ticket is already locked or if there is a validation error.
The text was updated successfully, but these errors were encountered:
Description:
Create an API endpoint/service method to lock a ticket. Define the necessary data structures, update the ticket state, and handle error cases (e.g., when a ticket is already locked).
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: