Is it possible to lock/unlock requirements via the REST API in DNG?
![]()
Is it possible to lock a requirement, or set of requirements (given their IDs or itemIds) in Doors NG 5.0.x via the REST/OSLC API?
The client wishes to lock a set of requirements (within the traceability tree) before generating a RPE report. They want to lock these requirements to ensure that no changes are made to the requirement hierarchy while the report is being generated. Thanks, Sudheer |
2 answers
![]()
There is no public API for locking and unlocking resources.
If you want to be sure that the data did not change while you are generating a report then reporting on baselined data is probably the way forward. Alternatively you could always read the etag for each resource (available on a GET of the resource via the public API) and compare that before and after the report is generated |