Enabling the format of the task subject to contain a prefix

In the 100Custom.xml, you can use defaultTaskSubjectUsePrefixto revert the Subject to contain the prefix.

About this task

By default, when a task Subject is empty, do not add prefix to the task Subject. If a task Subject needs to add a prefix, update the 100Custom.xml to enable the defaultTaskSubjectUsePrefix property.

<server>
     <bpd-engine merge="mergeChildren">
         <default-task-subject-use-prefix merge="replace">true</default-task-subject-use-prefix>
     </bpd-engine>
</server>

Procedure