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

Work item template

Hello!
I want to create XML work item template. This template includes some work items with custom attributes. The attributes are links to other work items, and i want to fill these atributes in the template. How can i do this?

I try following example but doesn't run.

...
<rtc_cm:customWorkItem rdf:ID="item0">
<dc:title>Custom One</dc:title>
<dc:description>Custom description....</dc:description>
<rtc_cm:plannedFor rdf:resource="${plannedFor:Iteration}"/>
<rtc_cm:filedAgainst rdf:resource="${filedAgainst:Category}"/>
</rtc_cm:customWorkItem>
<rtc_cm:customWorkItem rdf:ID="item1">
<dc:title>Custom two</dc:title>
<dc:description>Custom description....</dc:description>
<rtc_cm:plannedFor rdf:resource="${plannedFor:Iteration}"/>
<rtc_cm:filedAgainst rdf:resource="${filedAgainst:Category}"/>
<rtc_cm:customAttribute rdf:resource="#item0">
</rtc_cm:customWorkItem>
...

Thx.

0 votes


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
× 10,938

Question asked: Oct 28 '10, 11:12 a.m.

Question was seen: 5,061 times

Last updated: Oct 28 '10, 11:12 a.m.

Confirmation Cancel Confirm