Sybit-Education / Diveni

Diveni - The free Planning Poker App to be used in remote Teams connecting optionally JIRA or Azure DevOps for user stories
https://diveni.io
GNU Affero General Public License v3.0
33 stars 23 forks source link

Check if User Story Title Exists Before Creating an Issue #895

Open Dan1elBox opened 5 days ago

Dan1elBox commented 5 days ago

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.