Extendin AttributePart : reading description field of projct
![]()
Hi,
I am extending com.ibm.team.workitem.ide.ui.internal.editor.presentations.AttributePart In overridden setInput( Object input) method, I am initializing my WorkItemWorkingCopy: WorkItemEditorInput workItemEditorInput = ( WorkItemEditorInput) input; I would like to read description field of project area. Can you please help about the appropriate api? Thanks, |