Syntax for accessing uri for custom attributes in configuration file
![](http://jazz.net/_images/myphoto/e195e3a7e37b48b3533227f789c90058.jpg)
Hello All,
While exporting test cases from excel to RQM via "Export to Repository" , configuration file is selected where custom attributes,category are defined:
Example:
testcase.customAttributes identifier="Comments".name="Comments".type="MEDIUM_STRING".value=O
testcase.customAttributes identifier="Test_Reference".name="Test_Reference".type="MEDIUM_STRING".value=E
testcase.category term="Applied Test Method".value=R
I need to access uri(http://bosch.com/qm/testcase/attribute-type/Test-Reference) for test case Attributes instead of "Comments" / "Test_Reference". Kindly suggest format for the same.
2 answers
![](http://jazz.net/_images/myphoto/e195e3a7e37b48b3533227f789c90058.jpg)
Hello Mehul,
I'm sending the below request to the ALM sever,
java -jar RQMUrlUtility.jar -command GET -user ** -password -filepath **\test.xml -url https://
I have confirmed that my test case has custom attributes.
However the response from the server contains no tags for the custom attributes.
What am I doing wrong?
Thanks in advance.