Summary
Provides information about links coming from Confluence content.
Details
| Name: | Link Supplier |
|---|---|
| Prefix: | link (optional) |
| Supported Content: | Confluence links |
| Provided By: | Reporting Plugin |
Keys Supported
The following are the list of keys which this supplier will return a value for.
| Key | Content Types | Return Type | Description |
|---|---|---|---|
| body | Links | Text | The text displayed as the link body. |
| url | Links | Text | The URL being linked to. |
| info | Links | Text | Information about link. The extra information which is usually displayed when the mouse hovers over a link. |
| destination | Content Links | Content | The Confluence content being linked to. Will not apply for URL or mail links. |
| has destination | Links | Boolean | Tests if the link has a destination. |
| is mail link | Links | Boolean | Tests if the link is a 'mailto:' link. |
| is external | Links | Boolean | Tests if the link points to an external (non-Confluence) location. (Since Reporting 1.1.1) |
Discussions