Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Importing work items from a csv file into RTC does not bring over states correctly

I am importing work items from a csv. file but the state is defaulting to the first state of "Submitted"  I am not getting any errors.  I checked the workflow state numbers in the Process configuration source to verify they were correct in the mapping file....they were correct.  I am not sure what it could be.  Below is what I  have in my mapping file for the states

</attribute>

   <attribute sourceId ="Start Date" targetId="startDate"/>

   <attribute sourceId="State Transitions" targetId="internalStateTransitions"/>

   <attribute sourceId="Status" targetId="com.ibm.team.workitem.attribute.state">

          <value sourceId="Submitted" targetID="ai.workflow.state.s1"/>

           <value sourceId="Resolution" targetID="ai.workflow.state.s2"/>

            <value sourceId="Concurrence" targetID="ai.workflow.state.s3"/>

            <value sourceId="NonConcurrenct" targetID="ai.workflow.state.s4"/>

            <value sourceId="Closed" targetID="ai.workflow.state.s5"/>

I tried different states so verify it was not just certain states not coming over correctly.  I also imported to workitems into different projects to see if the behavior was different .....it was not.  Does anyone have any ideas what the problem could be?

       

         

0 votes

Comments

I did put in the closing </attribute> ...I just forgot to put in the example.

What's your RTC version?

Could you please paste the state XML code of the project process configuration source?
In addition, is the work item type correctly mapped?


Be the first one to answer this question!

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: Sep 08 '15, 2:49 p.m.

Question was seen: 4,449 times

Last updated: Sep 08 '15, 8:39 p.m.

Confirmation Cancel Confirm