This URLDef tag is used to define the URL to navigate to from work item detail page.
The URLDef tag is child tag of tag WebResource.
The URLDef tag does not have any child tag.
The following example shows the XML for a URLDef tag.
<WebResource > <URLDef name="TASKID" anchorOn="field" > </WebResource >
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| name | java.lang.String | no | Field name |
| anchorOn | String | no | Specifies if the link should be on the lable or on the field. It can take one of these two values: " label" or " field" . |