Archive EWM Project Area with Java Plain API
I'm trying to archive an EWM 7.0.3 Project Area using the Java Plain API.
Here the related instructions
Unfortunately I receive the following error
com.ibm.team.process.common.service.ProcessDataValidationException: Project area 'PRJ_ARK1' is archived, but its timeline 'Main Development' is not.
I'm able to retrieve the timeline but I don't know how archive it.
Please can you help me to solve this issue?
Thanks in advance. Bye.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Bonus before weekend:
Find the IProjectArea or ProjectArea class item related to the timeline. If needed cast and use the archive method. Add the changed processItem to the IProcessItem array IProcessItem[]. Perform the save.
I would try it out.