Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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" ?

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 24 '09, 5:52 p.m.

Question was seen: 6,885 times

Last updated: Mar 24 '09, 5:52 p.m.

Confirmation Cancel Confirm