getting workItem required attributes
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 !