Is it possible to query for all the links in a global configuration¿? #23
Replies: 9 comments 23 replies
-
I assume you mean DOORS Next, not JTS. You can't query an artifact for incoming links - to be more precise you can query but you won't get any results. So you'll have to query the other end for its outgoing links. There are examples of querying for artifacts with and without outgoing Satisfies links in the oslcquery readme. I'd expect if you use a GC config then you'll get results from all contributions to the GC which are in the project you query on, because OSLC Query in DN is project-scoped. Also you've neglected to say which version and iFix you're using. |
Beta Was this translation helpful? Give feedback.
-
Good morning,
|
Beta Was this translation helpful? Give feedback.
-
OSLC Query can't do this but it's a feature of
These links are incoming from AM so you won't see them in query results from DN because query results from any app don't show incoming links. TBH I'm not sure if AM supports OSLC Query yet.
Yes, see the |
Beta Was this translation helpful? Give feedback.
-
Here you can see what is happening to me:
oslcquery -J https://doorsng.grupoantolin.com:9443/ -U -P -p "JEEP KM NA24 AmbLp" -C "JEEP KM NA24 AmbLp - Network Management" -s dcterms:title -F "JEEP KM NA24 AmbLp - Network Management_V2.0" -q (Subfunction in [FEA_CAN_ALM])" the response that I get is: usage: oslcquery [-h] [-f SEARCHTERMS] [-n NULL] [-o ORDERBY] [-p PROJECTNAME] [-q QUERY] [-r RESOURCETYPE] [-s SELECT] [-u] [-v VALUE] [-A APPSTRINGS] And when trying the query -q (Subfunction=FEA_CAN_ALM)": oslcquery -J https://doorsng.grupoantolin.com:9443/ -U -P -p "JEEP KM NA24 AmbLp" -C "JEEP KM NA24 AmbLp - Network Management" -s dcterms:title -F "JEEP KM NA24 AmbLp - Network Management_V2.0" -q (Subfunction=FEA_CAN_ALM)" this is the output: Exception on retrying request. URL: https://doorsng.grupoantolin.com:9443/rm/cm/baseline/_wcQXQFwxEe246PV_7QL-oQ, 404, During handling of the above exception, another exception occurred: Traceback (most recent call last): Single ref FEA_CAN_ALM not resolved in context https://doorsng.grupoantolin.com:9443/rm/types/AD_Nmo8nQwSEe2lctQcs4AXBw During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
oslcquery -J https://doorsng.grupoantolin.com:9443/ -U -P -p "JEEP KM NA24 AmbLp" -C "JEEP KM NA24 AmbLp - Network Management" -s dcterms:title -F "JEEP KM NA24 AmbLp - Network Management_V2.0" -q "Subfunction in [FEA_CAN_ALM]" Exception on retrying request. URL: https://doorsng.grupoantolin.com:9443/rm/cm/baseline/_wcQXQFwxEe246PV_7QL-oQ, 404, During handling of the above exception, another exception occurred: Traceback (most recent call last): List ref FEA_CAN_ALM not resolved in context https://doorsng.grupoantolin.com:9443/rm/types/AD_Nmo8nQwSEe2lctQcs4AXBw During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Did you update elmclient? The first line of |
Beta Was this translation helpful? Give feedback.
-
Good morning, I am getting the next error: |
Beta Was this translation helpful? Give feedback.
-
dcterms:title,Planned SW Release Version,dcterms:identifier,r |
Beta Was this translation helpful? Give feedback.
-
Sorry hadn't realised I hadn't answered this: the |
Beta Was this translation helpful? Give feedback.
-
Good morning, I am trying to extract some data from my JTS by using this plugin. I would need to know if there is any way to get all the requirements that have links to artifacts from other components. I am able to get links in local components, but not in a global configuration. My links are contained in requiements management project areas.
Does anybody know if this is possible?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions