Persist issue form attributes on Issue Type change
This is a follow up from #331831 (closed)
Current Behavior
- User clicks new issue
- User enters title, description, assignees, milestone, labels, due date etc.
- User changes type to
incident
- Only the title and description fields are recovered. Other fields the user entered when they created the issue disappear until changing back to type: issue
Proposal
Persist all fields on the new issue form when the issue type changes from issue -> incident, including title, description, assignees, milestone, labels, due date. Essentially, when the issue type is changed, everything else in the form should stay the same, only the issue type should change.