Describe the bug
When connected via Jira Server and attempting to create an issue without a title, an exception is thrown. This is because Jira always requires a title name.
Expected behavior
The frontend should check if there is a title in the title input field and, if not, display a warning/modal and block the request until a title is provided.
Describe the bug When connected via Jira Server and attempting to create an issue without a title, an exception is thrown. This is because Jira always requires a title name.
Expected behavior The frontend should check if there is a title in the title input field and, if not, display a warning/modal and block the request until a title is provided.