Workitem Attributes list
One answer
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