Welcome to the Jazz Community Forum
Import WI with Resolution

5 answers

This should work as long as the State and Resolution are valid (valid
Resolution for a given State). Just use the display name of the
State/Resolution as values. If its still not working, please post an
example.
We've had problems using the Display Names, we had to use the ids to make it work.
At least for state, I'll try id's for state and Display name for resolution.

This should work as long as the State and Resolution are valid (valid
Resolution for a given State). Just use the display name of the
State/Resolution as values. If its still not working, please post an
example.
The below mapping doesn't work, and all are valid items.
attribute sourceId="Status" targetId="com.ibm.team.workitem.attribute.state">
value sourceId="Proposed" targetId="propflow.state.s3" />
value sourceId="Clarification Needed" targetId="fpbugflow.state.s8" />
value sourceId="Accepted" targetId="propflow.state.s6" />
value sourceId="Started" targetId="propflow.state.s2" />
value sourceId="Implemented" targetId="propflow.state.s7" />
value sourceId="Reopened" targetId="propflow.state.s4" />
value sourceId="Need Test Info" targetId="fpbugflow.state.s9" />
value sourceId="Implementation Verified" targetId="propflow.state.s1" />
value sourceId="Unsolvable" targetId="propflow.state.s1" />
value sourceId="Unreproducible" targetId="propflow.state.s1" />
value sourceId="Support Task" targetId="propflow.state.s6" />
value sourceId="Under Observation" targetId="propflow.state.s1" />
value sourceId="Rejected" targetId="propflow.state.s1" />
value sourceId="Duplicate" targetId="propflow.state.s1" />
value sourceId="Known Issue" targetId="propflow.state.s1" />
value sourceId="Postponed" targetId="propflow.state.s1" />
value sourceId="Requirement" targetId="propflow.state.s1" />
/attribute>
attribute sourceId="Resolution" targetId="com.ibm.team.workitem.attribute.resolution" />
value sourceId="Implementation Verified" targetId="Fixed"/>
value sourceId="Unsolvable" targetId="Unsolvable"/>
value sourceId="Unreproducible" targetId="Works For Me"/>
value sourceId="Under Observation" targetId="Unsolvable"/>
value sourceId="Rejected" targetId="Won't Fix"/>
value sourceId="Duplicate" targetId="Duplicate"/>
value sourceId="Known Issue" targetId="Unsolvable"/>
value sourceId="Postponed" targetId="Postponed"/>
value sourceId="Requirement" targetId="Won't Fix"/>
/attribute>