Add context to work item creation drafts
What does this MR do and why?
Add context to work item creation drafts
Add context so we can isolate drafts even more, because currently the creation flow at /issues/new, /issues/, and the super sidebar all share the same draft
Changelog: changed
References
Screenshots or screen recordings
| Before | After |
|---|---|
| Screen_Recording_2025-08-11_at_3.58.42_pm | Screen_Recording_2025-08-11_at_3.42.28_pm |
How to set up and validate locally
- Enable
issues_list_create_modalfeature flag - Create new work item drafts at
- http://127.0.0.1:3000/flightjs/flight/-/issues/new
- http://127.0.0.1:3000/flightjs/flight/-/issues/ > select "New item"
- http://127.0.0.1:3000/flightjs/flight/-/issues/1 > select ellipsis dropdown > select "New related item"
- http://127.0.0.1:3000/flightjs/flight/-/issues/ > select "+" from super sidebar > select "New issue"
- Re-check each of the above to make sure the drafts are all isolated
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 #500902
Edited by Coung Ngo