Unable to import effort which an integer into Story points(numeric) attribute
Hello team,
I am trying to import Effort in man/hours which is an integer into Story Point(Numeric).
Below is the mapping I have used for Story.
<attribute sourceId="Estimated Effort (mh)" targetId="com.ibm.team.workitem.attribute.storyPointsNumeric"/>
Below is the mapping is used to import Epic.
<attribute sourceId="Estimated Effort (mh)" targetId="com.ibm.team.workitem.attribute.estimatedStoryPoints"/>
There is no exception from WCL. But the values reflected is 0. e.g. "Estimated Effort is 4hrs in csv. After import the value reflected is 0 in jazz.
How can we import the value from csv in Jazz to Story Point(Numeric)? or is there any other attribute to import an integer value in AGile template.