{{url-folder}}

The {{url-folder}} tag is used to output a URL to the folder that contains the item. For example, the URL for the NewCRs folder might be:

starteam://10.50.1.60%20:2000/55;ns=Project;scheme=id/293;ns=View;scheme=id/1900564;ns=Folder;scheme=id;scope=full/

Enter the actual information in this section (optional).

Attributes

None.

Examples

The following template excerpt from the message body:

Display the folder than contains {{type-name}} {{property name="@primarydescriptor"}}
by pasting the following URL into Project>Open StarTeam URL:{{url-folder}}

produces for CRs:

Display the folder than contains Change Request 22563 by pasting the following 
URL into Project>Open StarTeam URL: starteam://10.50.1.60%20:2000/55;ns=Project;scheme=id/293;ns=View;scheme=id/1900564;ns=Folder;scheme=id;scope=full/

The following template excerpt from the message body assumes other html tags are also in use, but shows the tag for the folder URL:

Display the folder than contains {{type-name}} {{property name="@primarydescriptor"}}
by clicking <a href="{{url-folder}}">{{property name="Folder"}}</a>.

produces for CRs:

Display the folder than contains Change Request 22563 by clicking NewCRs.

Back to top