getting workItem required attributes
![](http://jazz.net/_images/myphoto/e310299bcc49a5a58fc218325ff2b551.jpg)
Hi,
I am trying to figure the workItem-save pre-conditions before trying to save a working copy.
How can I check if an attribute is required ?
Tried to get the advisor decleration with:
IAdvisorDeclaration[] ads = clientProcess.getAdvisorDeclarations("com.ibm.team.workitem.common.internal.RequiredAttributesAdvisor", null) ;
but it returns nothing -
TIA !
I am trying to figure the workItem-save pre-conditions before trying to save a working copy.
How can I check if an attribute is required ?
Tried to get the advisor decleration with:
IAdvisorDeclaration[] ads = clientProcess.getAdvisorDeclarations("com.ibm.team.workitem.common.internal.RequiredAttributesAdvisor", null) ;
but it returns nothing -
TIA !