Search the SharePoint Connector 1.4 documentation:
Index
[Downloads (PDF, HTML & XML formats)]
[Other versions]
You can use the SharePoint List macro {sp-list} to display a SharePoint list on a Confluence wiki page. The macro can display most SharePoint list types and document libraries.
Screenshot: The SharePoint List macro in Confluence
On this page:
The Macro Browser is a graphical menu that allows you to view the list of available Confluence macros and add them to the current page or blog post.
To insert the SharePoint List macro into a page using the Macro Browser,
You can also insert macros via autocomplete. For more information, see Using Autocomplete in the Rich Text Editor.
Confluence の保存形式または wiki マークアップで使用されるパラメーター名がマクロ ブラウザで使用されるラベルと異なる場合、以下の一覧に括弧付きで表示されます (example
)。
パラメーター | 既定 | 説明 |
---|---|---|
Site | No default | The Site parameter is the nickname of the SharePoint site as specified in the SharePoint Administration settings. See the Confluence SharePoint plugin configuration guide. Note that this value is case-sensitive – use the same capital and lower-case letters as in the plugin configuration screen. In the Confluence 'Macro Browser' you will see a dropdown showing all the SharePoint sites configured in your Confluence wiki for you to choose from. |
一覧 | No default | Use this parameter to specify the name of the list that you want to display in Confluence. Marketing/Documents |
ビュー | No default | Use this parameter to reference a view in SharePoint for controlling the appearance of the list in Confluence. By creating or customising a view in SharePoint, you can control the following aspects of the list's display:
|
Folder | No default | Use this parameter to view the contents of a folder or sub-folder within the list. To display the contents of a root (top-level) folder, just type the name of the folder. To display the contents of a sub-folder, enter the path to the sub-folder. For example, to show the sub-folder "Team A" in a folder called "Team Documents", the Folder parameter would be entered as: Team Documents/Team A |
Example 1: Document Library with Custom View
必要な入力項目 | 表示結果 |
---|---|
{sp-list:Site=<mysharepointalias>|List=Confluence Requirements|View=Support Team} |
Example 2: Sub-folder in a Contacts List
必要な入力項目 | 表示結果 |
---|---|
{sp-list:Site=<mysharepointalias>|List=Confluence Team|Folder=Developers/SharePoint Developers} |
Example 2: Links List in a sub-site
必要な入力項目 | 表示結果 |
---|---|
{sp-list:Site=<mysharepointalias>|List=Developers/Important Links} |