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

Custom work item attribute values not exported in Process Template?

I am trying to create a reusable RTC Process Template that subsequently is part of a CLM Lifecycle project.  This Process Template has customized work items with an additional custom attribute. We'll call the attribute XYZ.  In my process template, when exported, I can see all of the work item entities in the 26.xml.  Each item will look something like:

        <rtc_cm:task rdf:ID="item180">
            <rtc_cm:filedAgainst rdf:resource="${filedAgainst:Category}"/>
            <dc:description>Long custom description</dc:title>
            <rtc_cm:plannedFor rdf:resource="${plannedFor:Iteration}"/>
            <rtc_cm:com.ibm.team.workitem.linktype.parentworkitem.parent rdf:resource="#item171"/>
        </rtc_cm:task>

I can subsequently recreate the work items in a new project instance created from this process template. However, it does not capture any of the custom attributes values.  If you see in the above, there is no <rtc_cm:XYZ> tag.

As a test, I manually updated the 26.xml so that it contained something like:

        <rtc_cm:task rdf:ID="item180">
            <rtc_cm:XYZ>4.4.4.4.4</rtc_cm:XYZ>
            <rtc_cm:filedAgainst rdf:resource="${filedAgainst:Category}"/>
            <dc:description>Long custom description</dc:title>
            <rtc_cm:plannedFor rdf:resource="${plannedFor:Iteration}"/>
            <rtc_cm:com.ibm.team.workitem.linktype.parentworkitem.parent rdf:resource="#item171"/>
        </rtc_cm:task>

Then updated the process template archive file, importing into RTC.  Created another CLM/RTC project based on the CLM template that uses this underlying RTC process template. Then went to create work items based on template... And it still did not carry over the custom attribute values. To be clear, the custom attributes exist on the work items, but they have no values assigned.  Also to note, a default value would not apply as every work item needs a unique, specific value.

Is what I'm trying to do possible?

If so, what am I doing wrong?

0 votes


Accepted answer

Permanent link

For details on creating a process template from an existing project area, see Exporting process templates.


Ken 

Ralph Schoon selected this answer as the correct answer

0 votes


One other answer

Permanent link

You create a new process template from the project area. This new version contains the custom attributes you defined.

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
× 12,019
× 7,495
× 1,381

Question asked: Dec 07 '18, 6:19 p.m.

Question was seen: 2,212 times

Last updated: Jan 24 '19, 3:47 p.m.

Confirmation Cancel Confirm