It's all about the answers!

Ask a question

RQM 1.0.1 -Adding an OperatingSystem Type to my Project Area


Brian Lahaie (36) | asked Mar 24 '09, 5:52 p.m.
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" ?

One answer



permanent link
Robert Rassmann (9923) | answered Mar 25 '09, 11:27 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
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

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.