Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

Import WI with Resolution

Hi,

How do you import WI from a CSV file and map to resolution?
I have tried having both state and resolution in the mapping file but then I get assertion errors.

Kind Regards

Mikael

0 votes



5 answers

Permanent link
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.

0 votes


Permanent link
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.

0 votes


Permanent link
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>

0 votes


Permanent link
Please send me your mapping XML file.

0 votes


Permanent link
Please send me your mapping XML file.


Was this resolved? If so, I'd like to see the mapping xml. I cannot even get the simple state mapping to work.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 01 '10, 11:49 a.m.

Question was seen: 6,999 times

Last updated: Feb 01 '10, 11:49 a.m.

Confirmation Cancel Confirm