Skip to content

Revert "Merge branch '363599-add-task-issue-type-enum' into 'master'"

Mario Celi requested to merge revert-145c92df into master

What does this MR do and why?

Reverts adding TASK to IssueTypeEnum. Creating a new enum and using it only in https://gitlab.com/gitlab-org/gitlab/-/blob/6bf34ac652cbd5329d3b5cebc426bf12a06799e2/app/graphql/types/issue_type.rb#L112 will have less impact in any of the input types where the enum was also used. Doing so shouldn't be a breaking change.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports