How to generate external links to artifacts based on artifact identifiers
We want to link to certain artifacts on our DOORS Next Generation server from other documents which are not written using IBM software. The numerical artifact identifiers, e.g., "1859", are well known to humans. However, there seems no documented way of constructing a link to DOORS NG artifacts based on these artifact identifiers. A not working example just to illustrate what kind of links we are looking for:
https://<server:port>/rm/artifact/1859
Links seem only be possible using artifact resource URIs like the following:
https://<server:port>/rm/resources/MB_7e323d380ced46af92bb105827749880
These artifact resource URIs cannot be determined programmatically if only the artifact identifiers are known (at least not without querying the RM server).
Is there an URL scheme which can be used to link to artifacts based on their identifiers?