ManiphestCreateTaskConduitAPIMethod::execute() calls ManiphestConduitAPIMethod::applyRequest().
When viewPolicy or editPolicy parameters are set in the Conduit call, make sure to set ManiphestTransaction::setIsCreateTransaction() so the if ($this->getIsCreateTransaction()) checks in PhabricatorApplicationTransaction::getTitle() behave as expected and $this->getOldValue() does not get called when there is obviously no old value.
This also avoids strncmp() complaining about a null value being passed.
See also similar T15659 or T15679.
ERROR 8192: strncmp(): Passing null to parameter #1 ($string1) of type string is deprecated at [/var/www/html/phorge/phorge/src/applications/policy/query/PhabricatorPolicyQuery.php:314]
Closes T16085