Describe the bug
When attempting to create and immediately delete user stories in Issue Tracker mode, an error occurs. This happens because the User Story is initially added in our frontend but is only synchronized with the Issue Tracker once a title is set.
As a result, if a user story is created and has not been assigned a title yet, and are then deleted, an error is thrown as the system tries to delete a non-existent user story from the Issue Tracker.
To Reproduce
Steps to reproduce the behavior:
Create a session with Issue Tracker mode
Add a user story without entering anything in the title input field
Attempt to delete this story again.
See error
Expected behavior
It should be possible to delete User Stories that exist only in the frontend and have not yet been synced with the Issue Tracker, without causing errors.
Describe the bug When attempting to create and immediately delete user stories in Issue Tracker mode, an error occurs. This happens because the User Story is initially added in our frontend but is only synchronized with the Issue Tracker once a title is set.
As a result, if a user story is created and has not been assigned a title yet, and are then deleted, an error is thrown as the system tries to delete a non-existent user story from the Issue Tracker.
To Reproduce Steps to reproduce the behavior:
Expected behavior It should be possible to delete User Stories that exist only in the frontend and have not yet been synced with the Issue Tracker, without causing errors.