It's all about the answers!

Ask a question

Resolution not mapping right?


Scott Chapman (3216547) | asked Oct 15 '10, 2:45 p.m.
So, in the default mapping file there are rules like the following:

    <attribute sourceId="Resolution" targetId="com.ibm.team.workitem.attribute.resolution">

<value sourceId="" targetId="0"/>
<value sourceId="Fixed" targetId="1"/>
<value sourceId="Duplicate" targetId="2"/>
<value sourceId="Functions as Designed" targetId="3"/>
<value sourceId="Not Reproducible" targetId="4"/>
<value sourceId="Obsolete" targetId="5"/>
<value sourceId="Fixed Indirectly" targetId="8"/>
<value sourceId="Not Planning to Fix" targetId="9"/>
</attribute>


But according to my process config the resolution values look like this:
<resolution icon="processattachment:/workflow/reject.gif" id="r5" name="Invalid"/>

<resolution icon="processattachment:/workflow/works.gif" id="r4" name="Works for Me"/>
<resolution icon="processattachment:/workflow/wontdo.gif" id="r3" name="Works as Designed"/>
<resolution icon="processattachment:/workflow/duplicate.gif" id="r2" name="Duplicate"/>
<resolution icon="processattachment:/workflow/close.gif" id="r1" name="Fixed"/>
<resolution icon="processattachment:/workflow/unresolve.gif" id="r0" name="Unresolved"/>
<resolution icon="processattachment:/workflow/close.gif" id="r8" name="Fixed Upstream"/>

But of course resolution is coming in blank. I assume that the targetId is not right?

One answer



permanent link
Scott Chapman (3216547) | answered Oct 15 '10, 2:55 p.m.
Never mind, there some some rogue XML just above it that was throwing things off... Sheesh!

Your answer


Register or 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.