Note: When you create a task,
Rational Synergy names
it, by default, as
Task <task_number>.
This action is also the default for the
ConfigurationManagement::Synergy::AssignedTasksItsTaskId property
in
Rational Rhapsody.
However, when you configure your DCM server, you can set it to insert
a prefix before
<task_number>.
In this case, you might want to update the
ConfigurationManagement::Synergy::AssignedTasksItsTaskId property
to use the regular expression you want. For example, if you set the
prefix
ukan# on your DCM server and you want it to
appear in
Rational Rhapsody too,
then set the value for this property to
Task ukan#([0-9\.]+) otherwise
the default is
Task ([0-9\.]+). The value in this
property must match the value set on your DCM server for created tasks
to appear as you want in the drop-down list on the
Rational Synergy toolbar
in
Rational Rhapsody.
You might also want to set the
ConfigurationManagement::Synergy::AssignedTasksItsTitle property
and the
ConfigurationManagement::Synergy::GetCurrentTaskItsTaskId property.
Use
AssignedTasksItsTitle to specify a regular expression
for the title of a task. It default value is
Task (.*).
You would use
GetCurrentTaskItsTaskId while getting
the current task from
Rational Synergy to
check if the ID for the current task is matching the given regular
expression. Its default is
(([^#]*#)?[0‑9\.]+).