Skip to content

Fix Epic selection for newly created issues within Issue Boards

Kushal Pandya requested to merge 32289-fix-issue-boards-epic-selection into master

What does this MR do?

Fixes two of the following ~bug;

  • Creating an Issue from Issue Boards immediately reveals sidebar and there EpicsSelect dropdown caused JS errors for type mismatch.
  • Selecting Epics from epics dropdown for this newly created issue sent 0 as Issue ID in request which led to 404 error.

Conformity

Performance and Testing

Closes #32289 (closed)

Merge request reports