kellymorin/check_mate

User should be able to update details of an issue ticket on the project board

Closed this issue · 0 comments

Given a user is authenticated
When the user is viewing a issue ticket detail view
Then the user should be able to view all details of the ticket, including name, description, ticket status, completion status bar, ticket history and all related tasks
And they should be given an affordance to edit the details of the issue ticket

When the user selects the option to edit ticket details
Then they should be presented with a form, that is pre-populated with existing ticket data, where they can update information about the task such as name, description, status and assigned team member

When the user submits the form
If the data is valid, they will be taken back to the updated ticket detail page
If the data is not valid, they will be shown an error message on the form and asked to supply valid data