Trying to import from custom type xyz to story is instead importing as defect
![]()
Hi,
I am trying to import custom type XYZ from one project area to another project with type Story. However importing process runs successfully but the work item types are getting created as Defects instead of story.
My custom mapping sheet has attribute as below.
<attribute sourceId="Type" targetId="Type">
<value sourceId="XYZ" targetId="Story"/>
I also tried by giving ID
<attribute sourceId="Type" targetId="Type">
<value sourceId="com.fmr.ffas.workitem.xyz" targetId="com.ibm.team.apt.workItemType.story"/>
I am not sure how the work items are getting imported as defect, even though not defined in the mapping sheet.
Thanks
|
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Oct 10 '16, 12:21 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I would suggest to look up the type ID's and set them. Also use a test system to develop your mapping files.
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The values would look like:
|