Currently the Test Case Writer (and story creation feature of Story Writer) requires the user to enter ticket IDs. This requires the user to open a browser and find the ticket they mean and come back.
The Ticket ID box should offer an inline ticket search feature - if you enter text in the ticket ID box, we should search the tickets based on the input text and display a dropdown of suggested tickets. On selecting a ticket its ID should populate the ticket ID box.
We should limit the ticket types based on the feature:
- Test Case Writer: "Product Backlog Item", "Bug" and "Technical Debt"
- Story Writer: "Feature"
Debouncing will be required to ensure we don't hit the API too hard while typing
Currently the Test Case Writer (and story creation feature of Story Writer) requires the user to enter ticket IDs. This requires the user to open a browser and find the ticket they mean and come back.
The Ticket ID box should offer an inline ticket search feature - if you enter text in the ticket ID box, we should search the tickets based on the input text and display a dropdown of suggested tickets. On selecting a ticket its ID should populate the ticket ID box.
We should limit the ticket types based on the feature:
Debouncing will be required to ensure we don't hit the API too hard while typing