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

how to programmatically set the value for type Deliverable

how to programmatically set the value for type Deliverable in RTC development,

I got a IDeliverable but to set the values for attribute ,as my attribute id is " com.ibm.team.workitem.attribute.version" which is returning null on calling the findAttribute method .
i have written code below :
IDeliverable deliverable = workItemClient.findDeliverableByName(projectArea, "6.0.0", IDeliverable.DEFAULT_PROFILE, monitor);

IAttribute requestedVersionAttribute = workItemCommon.findAttribute(workItem.getProjectArea(),"com.ibm.team.workitem.attribute.version" , monitor); // returning null here

Now how to set the values for my attribute of type Deliverable.?
attribute id is " com.ibm.team.workitem.attribute.version"

0 votes



One answer

Permanent link
Hi,

Did you find any solution for this problem. I am also trying to get ProjectArea attribute by its ID .

IAttribute ProjAreaAtt2 = workitemcommon.findAttribute(ipah2, "com.ibm.team.workitem.attribute.projectarea", monitor);
It is returning null. And I need to set this Attribute as well.

Thanks in Advance


Regards,
Radhika B.

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
× 11,065

Question asked: Jul 26 '11, 8:22 a.m.

Question was seen: 8,256 times

Last updated: Jul 26 '11, 8:22 a.m.

Confirmation Cancel Confirm