Summary
Supplies information about Confluence pages.
 | Key names are case-sensitive. That is, you must supply a key of "id" rather than "ID". |
 | You can also use any key from the Content Supplier using the 'page:' prefix. For example, you can use 'page:id', instead of 'content:id', even though 'id' is not listed explicitly below. |
Details
| Name: |
Page Supplier |
| Prefix: |
page (optional) |
| Supported Content: |
Confluence pages. |
| Provided By: |
Reporting Plugin, from version 3.0.0 |
Keys Supported
The following are the list of keys which this supplier will return a value for.
| Key |
Content Types |
Return Type |
Description |
| parent | Pages | Page | The parent of the current page. |
| ancestors | Pages | List of Pages | The list of ancestors of the current page. |
| children | Pages | List of Pages | The list of children belonging to the current page. |
| descendents | Pages | List of Pages | The list of all descendents belonging to the current page. |
| sorted children | Pages | List of Pages | The list of children of the current page, in their manual sort order if specified. Requires Confluence 2.8+. |
| comments | Pages | List of Comments | A list of top-level comments attached to the supplied page. These are comments which are not replies to other comments. |
| all comments | Pages | List of Comments | A list of all comments attached to the supplied page. This includes all replies in comment threads. |
is favourite is favorite | Pages | Boolean | Is true if the page is a favourite of the current user. |
| space | Pages | Space | The space the page belongs to. |
Related Suppliers
Attachment Supplier,
Comment Supplier,
Content Supplier