Advanced Wiki Management
Most of the complex or dynamic content of a wiki page, for example, reports, charts, Microsoft Excel or graphs, is served by plugins.
Internal Codebeamer contents such as reports, documents, tasks, requirements, bugs, and other artifacts can be embedded into wiki pages.
Embedding Documents into Wiki Pages
The document can be embedded into a wiki page with the ExcelPlugin using the following syntax:
[{ExcelPlugin id='22950'}]
You must login to your user account for a link to embed a document into the wiki page. Register now, to create a user account. If you are not a registered user the following message is displayed:
Result: ExcelPlugin Failed to convert XLS to HTML: Document (id: 22950) not accessible by user (id: 2853)
Embedding Spreadsheets into Wiki Pages
You can embed spreadsheets into wiki pages with the BestContentPlugin using the syntax similar to the following :
[{BestContentPlugin max='5' projectId='37' entityType='WIKIPAGE' title='Best Wiki pages'}]
By editing the embedded spreadsheet, the content of the wiki page changes.
The following table shows an example result:
Best Wiki pages
Document
Rating
Average star rating is 5 by 1 user(s).
Average star rating is 5 by 1 user(s).
Average star rating is 5 by 1 user(s).
Average star rating is 4 by 3 user(s).
Average star rating is 4 by 1 user(s).
Embedding Ratings into Wiki Pages
Ratings can also be embedded into a Table , using the following syntax:
[{Table



|(vertical-align:top;) [{BestContentPlugin max='5' projectId='37' entityType='WIKIPAGE'

title='Best Voted Wiki pages'}] |(vertical-align:top;)[{BestContentPluginmax='5'

projectId='37' title='Best Voted Forum

posts'}]|(vertical-align:top;)[{BestContentPlugin max='5' projectId='37' entityType='DOC'

title='Best Proposals in Documents'}]

}]
The following table shows an example result:
Best Voted Wiki pages
Best Voted Forum posts
Document
Rating
Document
Rating
Rating
Average rating is 5 by 1 user(s).
Fast Links
Average rating is 5 by 1 user(s).
Average rating is 4 by 1 user(s).
Average rating is 5 by 1 user(s).
Average rating is 5 by 1 user(s).
Average rating is 5 by 1 user(s).
Average rating is 5 by 1 user(s).
Average rating is 4 by 3 user(s).
Average rating is 5 by 1 user(s).
Average rating is 4 by 1 user(s).
Trackers of Codebeamer
Average rating is 4.5 by 2 user(s).
The plugin mechanism is the primary extension point to integrate with external systems or to customize your own wikis.
For more information, see: : Wiki Markup and Plugins
Embedding Reports into Wiki Pages
Reports can be embedded into wiki pages using the Report wiki plugin with the following syntax:
[{Report id='22556'}]
However, if the report that you are trying to embed into the wiki pages does not exist, the following message is displayed:
Tracker Item State History Report Plugin
The Tracker Item State History wiki plugin shows the state change history of an issue (such as a bug, or task ), identified by its task-id. For more information, seeWiki Markup and Plugins.
Using syntax similar to the following:
[{TrackerItemStateHistory id='35941'}]
will result in a list of the issue's history changes.
Was this helpful?