Page with 2 Sidebars Scaffold — This macro puts two wiki notation "side bars" either side of the central body wiki notation area...
Plugin Scaffold — A scaffold for documenting a Confluence plugin.
Product Management template — The product management template provides a collaborative environment that helps product managers and developers capture requirements and guide these towards a format that can be implemented by developers. It allows product managers to input their ideas and wishes, and provides content templates that add structure to the creative proces. The template provides a flow to move from idea to implementable product feature descriptives. It delivers a repository of requirements in priority.
Project Timeline Scaffold — Scaffold for simple project-management with milestones, due dates and states
I like ask a question to David Peterson regarding Scaffold data with reporting m...
I like ask a question to David Peterson regarding Scaffold data with reporting macro. I like to be able to report on a scaffold data but want to change the display of the text when reporting. For example, I have a list-data. One option is to load attachment so I will display the link if that option is chosen. But if user chooses something else, the text will be display. For example, in template we have following
When reporting, we like to display TBD/Pending/Not Required if one of them is chosen. But if load attachment is chosen, we link display the link for that attachment. Is there any way to do that?
This should output the values of the fields. If the value is linkable (such as an attachment or page, etc), it will create a link to that page. Otherwise it will just output the text.
Comments (3)
May 27, 2008
Brandon Faloona says:
I notice this page has not been updated in quite a while. Are there any other re...I notice this page has not been updated in quite a while. Are there any other repositories for scaffolds?
Jul 10, 2008
zhang, xia says:
I like ask a question to David Peterson regarding Scaffold data with reporting m...I like ask a question to David Peterson regarding Scaffold data with reporting macro. I like to be able to report on a scaffold data but want to change the display of the text when reporting. For example, I have a list-data. One option is to load attachment so I will display the link if that option is chosen. But if user chooses something else, the text will be display. For example, in template we have following
*Schedule:*{list-data:Schedule\|type=check\|multiple=false} {list-option:TBD}TBD{list-option} {list-option:Not Required}Not Required{list-option} {list-option:Pending}Pending{list-option} {list-option:View}{attachment-data:Schedule link}{list-option} {list-data}When reporting, we like to display TBD/Pending/Not Required if one of them is chosen. But if load attachment is chosen, we link display the link for that attachment. Is there any way to do that?
Thanks
Jul 10, 2008
David Peterson [CustomWare] says:
Hi there, If you use {attachment-options} instead of {attachment-data}, you sho...Hi there,
If you use {attachment-options} instead of {attachment-data}, you should then be able to do something like this:
{report-info:data:Schedule > reference:value|link=true}This should output the values of the fields. If the value is linkable (such as an attachment or page, etc), it will create a link to that page. Otherwise it will just output the text.