Per discussions arising from T310023#10657948, there currently does not seem to be an intuitive way via Phabricator's UI to change a task subtype once it has been set as a Security subtype. We should investigate why this is and see if we can alter the form for Security subtypes to support this operation.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
This is because https://phabricator.wikimedia.org/config/edit/maniphest.subtypes/ has "mutations": [] explicitely set for the Security subtype.
Comment Actions
So if we change the mutations to ["bug", "issue", "defect"], per the phabricator documentation, that should fix this issue.
Comment Actions
Ok, I've updated the Phabricator core config for the security subtype to:
"mutations": [ "default", "error", "feature", "bug", "security" ],
Seems to work for the security task type now (tested on the original task).