{{url-item}}

The {{url-item}} tag is used to output a URL to the item. For example, the URL for Change Request 22,563 might be:

starteam://my.URL.com:2000/34;ns=Project;scheme=id/535;ns=View;scheme=id/4162900;ns=ChangeRequest;scheme=id;scope=full

Attributes

None.

Examples

The following template excerpt from the message body:

Display {{type-name}} {{property name="@primary-descriptor"}} by pasting the following URL into Project>Open StarTeam URL: {{url-item}}

produces for CRs:

Display Change Request 22,563 by pasting the following URL into Project>Open
StarTeam URL: starteam://my.URL.com:2000/34;ns=Project;scheme=id/
535;ns=View;scheme=id/4162900;ns=ChangeRequest;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 item URL:

Display {{type-name}} {{property name="@primary-descriptor"}} by clicking <a
href="{{url-item}}">{{property name="@primary-descriptor"}}</a>.

produces for CRs:

Display Change Request 22,563 by clicking Change Request #22,563.

Back to top