OSLC API to change RM artifact type
We would like to update artifact type though OSLC APIs. We found some JavaScript API in the docs(https://jazz.net/wiki/bin/view/Main/RMExtensions405API#RM_ArtifactAttributes). Is there any OSLC method available to fetch artifact types and update the artifacts?
Accepted answer
DOORS Next 7.1/7.2 now has an API for types see https://jazz.net/wiki/bin/view/Main/DNGTypeAPI.
The DOORS Next type system isn't something to casually modify; ideally it should be centrally managed for process consistency, allowing automation and cross-team reporting, for example; there's a series of articles about this see https://jazz.net/library/article/92352 which
In particular I imagine that modifying in-use types comes with risks that the API user will have to defend against, but the API will allow creating types which hasn't been possible before. Just as for any other API-leveraging application it must be important to test your Types API application carefully on representative non-production data before unleashing it on business-critical production data.
4 other answers
We would like to update artifact type though OSLC APIs. We found some JavaScript API in the docs(https://jazz.net/wiki/bin/view/Main/RMExtensions405API#RM_ArtifactAttributes territorial io). Is there any OSLC method available to fetch artifact types and update the artifacts?
Comments
We would like to update artifact type though OSLC APIs. We found some JavaScript API in the docs(https://jazz.net/wiki/bin/view/Main/RMExtensions405API#RM_ArtifactAttributes moto x3m ). Is there any OSLC method available to fetch artifact types and update the artifacts?