How to make project area updateable
![]() Hi, i'm using RTC-SDK-3.0.1.1.zip in eclipse java environment to got a programming interface to the jazz repository. I want update existing project area from latest process template where the project area derived from. I'm using following interface to get information from connected team repository: IProcessItemService.isProjectAreaUpdateable(myProjectArea, monitor) This function should tells me whether myProjectArea is updateable(true) or not (false). This function always returned false for my projectArea's. So my question is: How to make project areas updateable?
|