Each ClearQuest® record
type and Jazz work item type has a workflow, which consists of state
and resolution values. In the mapping file, you must map the state
and resolution values between the ClearQuest record type and the corresponding
work item type.
Procedure
- Open the mapping file in an XML editor.
- Find the workflow name for the work item type:
-
Open the IBM® Engineering Workflow Management client
for Eclipse IDE.
- In the Team Artifacts view, open
the project area.
- Click the Process Configuration tab.
- Select .
- In the Work Item Types pane,
select a work item type.
The workflow name is in the
Workflow field.
- Find the state IDs for the states defined in the workflow:
- Click the Process Configuration Source tab.
- Search for the workflow name that you found in Step
2.
- Find the state names and note the corresponding state
IDs.
- In the state attribute mapping section of the mapping file,
use the sourceID parameter to specify the ClearQuest
record type state. Use the targetID parameter
to specify the corresponding work item type state.
For
historical reasons, state IDs of the form
snumber,
such as
s1, and resolution IDs of the form
rnumber must
be added to the mapping file without their respective s and r prefixes.
For example:
<attribute sourceId="State" targetId="com.ibm.team.workitem.attribute.state">
<value sourceId="Submitted" targetId="com.ibm.team.apt.story.idea"/>
<value sourceId="Opened" targetId="2"/>
<value sourceId="Resolved" targetId="com.ibm.team.apt.story.verified"/>
</attribute>
- Repeat the previous steps to specify the resolution value mappings.
What to do next
Continue customizing the mapping file as necessary. See Customizing the mapping file.