OSCL Query API: Query artifacts within a specific module that have a specific attribute value in DOORS Next Generation 7.0.3
I've been trying to figure out how to query artifacts within a specific module using OSLC API that have a specific attribute value in one of our custom attributes. For example, in the following query I'm attempting to retrieve the title, identifier, and the value of our custom attribute (custom attribute is called pvVariants,) from all artifacts within the 1294667 module where pvVariants = Opt1. For readability purposes, the values in the query below are not URL encoded (I did encode the values in the API request before I sent it).
Accepted answer
As Davyd points out your query is acting on the module. To check the properties of used artifacts in the module, syntax like this works at least with 7.1:
One other answer
Is the custom attribute a string or an enumeration? If it's an enumeration you would need to use the internal enum ID
Comments
It is a string.