Fix new issue template work item logic
What does this MR do and why?
Use a single boolean to gate which breadcrumb to use and which form to show.
References
Screenshots or screen recordings
| state | Before | After |
|---|---|---|
work_item_view_for_issues off (no change) |
![]() |
![]() |
work_item_view_for_issues on |
![]() |
![]() |
How to set up and validate locally
- Check out this branch
- Ensure the
work_item_view_for_issuesflag is ON in your GDK (https://gdk.test:3000/rails/features/work_item_view_for_issues) - Visit the new issues page for a project (for example, https://gdk.test:3000/flightjs/Flight/-/issues/new)
- You will see that
Issuesonly appears once in the breadcrumb
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #535474 (closed)



