REST API Query: How to edit the "includeBuiltInVars" in a test script using RQMURLUtility
Hi,
I'm able to connect to RQM using the RQMURLUtility and post GET requests. I was able to access specific test script in RQM using query.
I'm trying to set the "includeBuiltInVars" for the specific remotescript, Can you help me with a sample PUT query that can be used to set the "includeBuiltInVars", or any of the item so I can use it as a reference in creating the query.
2 answers
You will need to use the PUT operation to update an existing artifact. Updating the "includeBuiltInVars" attribute should be no different to any other attributes. Take a look at the below article for some basic instructions on this topic.
https://jazz.net/library/article/1376
The RQMRULUtility is just a code sample and it does the same job as other REST clients.
For more information about the RQM reportable REST API, check out this Wiki.
https://jazz.net/wiki/bin/view/Main/RqmApi
https://jazz.net/library/article/1376
The RQMRULUtility is just a code sample and it does the same job as other REST clients.
For more information about the RQM reportable REST API, check out this Wiki.
https://jazz.net/wiki/bin/view/Main/RqmApi