DNG XLM file not showing term links for RPE
Hi,
I'm putting together an RPE script to to create a glossary by go through a collection of terms and publishing those which are used in the module being reported. The terms and modules sit in separate components in the project, linked by global config.
Using the URL for the term artefact:
https://[server:port]/rm/publish/resources?resourceURI=[Artefact URI]&oslc_config.context=https://[server:port]/rm/cm/stream/[streamURI]
or the collection of terms:
https://[server:port]/rm/publish/resources?viewURI=[viewURI]&projectURI=[project URI]&resourceURI=[Artefact URI]&oslc_config.context=https://[server:port]/rm/cm/stream/[streamURI]
Looking at the links shown in the XML file using the URLs above, it will show a 'Referenced' link between the term and requirement artefacts sitting in different components, but the 'ArtifactTermReferenceLink' is not shown. However if they are in the same component the 'ArtifactTermReferenceLink' is shown.
any ideas would be greatly appreciated,
Jasper
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 17 '22, 9:13 a.m.Is the link between components created in a global configuration? If so are you checking for the link in the XML when in the same global configuration?
J Hughes
Mar 17 '22, 9:31 a.m.Hi Ian,
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 18 '22, 12:09 p.m.> If so are you checking for the link in the XML when in the same global configuration?
J Hughes
Mar 22 '22, 10:54 a.m.