This file describes the new features and functionality available in the current release of Serena Dimensions RM.
To check for an updated version of this file, go to:
http://help.serena.com/alm/rm/doc/index.html
To contact technical support, go to:
http://support.serena.com
Part 1: What's New?
Part 2: What's Fixed in 11.2.3?
Part 3: Special Notes
Part 1: What's New? |
Dimensions RM 11.2.3 addresses various enhancement requests and issues that were submitted by customers, including:
Dependent Attributes
Sorting list attribute values
URL Addressable Views:
URL addressable view of a collection
URL addressable view of a snapshot(/document)
URL addressable view of a requirement
New Web Services:
Enhance the Get Collection web service to return a URL to enable the collection to be displayed
Add a new web service to Create a snapshot from document
Add a new web service to Get snapshot details including URL
Enhance the Get Requirement web service to return a URL to enable the requirement to be displayed
Part 2: What's Fixed in 11.2.3? |
Consult the following query in the Serena Support knowledgebase for detailed information on what issues have been fixed in Dimensions RM 11.2.3:
Part 3: Special Notes |
As of RM 11.2.2, RM revokes the 'Delete Baseline' privilege for all users/groups that have not been granted this privileges explicitly.
The RM Browser User's Guide and the RM Browser Help show how to copy an object's URL from within RM Browser. However, if you wish to enter URLs by hand or create a script or program to invoke them, see the following for information on the correct syntax.
NOTE If an object name includes a space character, replace the space with:
%20
http://ServerName/rtmBrowser/?goto=doc&db=DataBaseName&proj=ProjectName&doc=DocumentName
http://ServerName/rtmBrowser/?goto=doc&db=DataBaseName&proj=ProjectName&doc=SnapshotName
http://ServerName/rtmBrowser/?goto=collection&db=DataBaseName&proj=ProjectName&collection=CollectionName
http://ServerName/rtmBrowser/?goto=req&db=DataBaseName&proj=ProjectName&class=ClassName&puid=Requiement'sPUID&ver=VersionNumber
NOTE If no version is specified, it will default to 1.
http://ServerName/rtmBrowser/?d=DataBaseName&p=ProjectName&f=2&c=ClassID&id=Requiement'sPUID&u=UserName&pwd=Password
NOTE This type of URL uses an older syntax that is different from the others. See the table below for more details on the options available in this syntax.
Option | Usage |
---|---|
d= | Oracle database that RM uses. Example: d=RTM |
pid= | RM project ID number. You can specify pid= or p=, but not both (see "p=" below). Example: pid=2 |
p= | RM project name. You can specify pid= or p=, but not both (see "pid=" above). Example: p=RMDEMO |
f= | RM Action to perform. f=2 opens an object for viewing. f=4 opens an edit dialog for the specified object. f=5 opens the RM browser home page. |
c= | RM Class ID (this is a numeric value). Example: c=7 |
o= | RM Object ID (this is a numeric value). Example: o=21 |
u= | RM username. Example: u=ephoto |
pwd= | RM password. Example: pwd=rtm |
End Release Notes