It's all about the answers!

Ask a question

Workitem Attributes list


Baskar Gurusamy (3176) | asked Aug 11 '09, 5:03 p.m.
Can you please let me know how to get the default list of attributes available with task workitem com.ibm.team.apt.workitem.

One answer



permanent link
Patrick Streule (4.9k21) | answered Aug 12 '09, 3:50 a.m.
JAZZ DEVELOPER
Can you please let me know how to get the default list of attributes
available with task workitem com.ibm.team.apt.workitem.

I assume you are referring to a programmatic way to retrieve these
attributes?

Please take a look at

IWorkItemCommon#findBuiltInAttributes(IProjectAreaHandle projectArea,
IProgressMonitor monitor)

and

IWorkItem#getCustomAttributes()

The union of the attributes returned by these calls is the set of
attributes that a work item has.

--
Regards,
Patrick
Jazz Work Item Team

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.