RQM 1.0.1 -Adding an OperatingSystem Type to my Project Area
I was able to use Poster 1.7.1 to add values to the test environment type of OperatingSystem.
Here is the HTTP request and XML string I used to add "Windows Mobile" to the list of possible choices under "OperatingSystem".
********************************************************
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/labresourceattribute/Windows%20Mobile
<xml>
<labresourceattribute>
<parent>OperatingSystem</parent>
</labresourceattribute>
********************************************************
When I sent the request for "Windows Mobile" to be added as a value under the environment type of OperatingSystem, it was only added to the "Quality Manager" project area and not all of my project areas.
How can I add "Windows Mobile" to the environment type of OperatingSystem under a new project area I created called, "Lotus Notes" ?
Here is the HTTP request and XML string I used to add "Windows Mobile" to the list of possible choices under "OperatingSystem".
********************************************************
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/labresourceattribute/Windows%20Mobile
<xml>
<labresourceattribute>
<parent>OperatingSystem</parent>
</labresourceattribute>
********************************************************
When I sent the request for "Windows Mobile" to be added as a value under the environment type of OperatingSystem, it was only added to the "Quality Manager" project area and not all of my project areas.
How can I add "Windows Mobile" to the environment type of OperatingSystem under a new project area I created called, "Lotus Notes" ?
One answer
I was able to use Poster 1.7.1 to add values to the test environment type of OperatingSystem.
Here is the HTTP request and XML string I used to add "Windows Mobile" to the list of possible choices under "OperatingSystem".
********************************************************
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/labresourceattribute/Windows%20Mobile
<xml>
<labresourceattribute>
<parent>OperatingSystem</parent>
</labresourceattribute>
********************************************************
When I sent the request for "Windows Mobile" to be added as a value under the environment type of OperatingSystem, it was only added to the "Quality Manager" project area and not all of my project areas.
How can I add "Windows Mobile" to the environment type of OperatingSystem under a new project area I created called, "Lotus Notes" ?
This can be done by using the expanded version of the URL that allows project area specification. The format is:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAreaAlias>/<resourcename>/<id>
Where <projectAreaAlias> is the project area name with the spaces replaced by '+'.
So for your example it would be:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Lotus+Notes/labresourceattribute/Windows%20Mobile
You can validate the project alias names using the service at:
https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/projects