How to activate a deleted test plan in RQM?
Natalia Andriano (1●2●2)
| asked Jul 02 '13, 8:30 a.m.
retagged Jul 08 '13, 10:24 a.m. by Laura Kuczarski (211●3●7)
I happened to delete a test plan and now i can not find it within the list of active test plans. nevertheless if i look for it i can see it. I need to set it as active again. can you help me?
|
2 answers
In addition to the comments of the answer from Tory, because a comment does not allow the amount of test :-(
|
Hi Natalia,
The list of test plans will not show archived test plans, which explains why you do not see it in the list. If you know the ID of the testplan, you can still access it via the following URL: https://<HOSTNAME>:<PORT>/qm/web/console/<PROJECTAREA>#action=com.ibm.rqm.planning.home.actionDispatcher&subAction=viewTestCase&id=<ID> It will display the test plan, saying it has been Deleted. In RQM 4.0.2 and earlier, you cannot truly delete anything (everything is merely archived). Unfortunately, once it has been archived we currently have no way to unarchive it. This is something we are actively working on implementing and it is one of the top enhancements we are considering moving forward. In 4.0.3, we introduced a Trash view to easily view which test artifacts have been deleted. Another way to view test plans is with our APIs. First you need to determine your project area's alias using the following URL request: https://<hostname>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects Please make note of the Alias associated with your project in the list. Now to view a list of test plans in an RSS feed, enter the following which will include all test plans (including those archived): https://<hostname>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAreaAlias>/testplan?includeArchived=true&etlmode=true&modifiedSince=2013-06-26T12:10:00Z - The 'includeArchived=true' flag will include archived testplans in the feed (otherwise archived testplans are not shown) - The 'etlmode=true' flag makes the testplan resources in the list OSLC-style links. Clicking on the testplan name will open in a UI. This is useful for manually checking which are deleted (it will say deleted in the UI). - The 'modifiedSince' flag will only include those testplan that were modified after the given date. Note that this is using XML date/time format (http://www.w3.org/TR/xmlschema-2/#dateTime). This can help narrow down the list if you know the time before you deleted the testplan. You can also leave these optional arguments out. By default the page size is set to return 50 test plans. You can change this to a max of 1000 by setting the Advanced Server Configuration property Max Feed Entries/Page. I hope this helps. Regards, Tory Comments >> In 4.0.3, we introduced a Trash view to easily view which test artifacts have >>been deleted.
1
Hi Don,
|
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.