Is there a possibilty for following the history of scaffolding data?
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi Thomas,
There is a version history function built into the Scaffolding plugin since the version 2.2-dr2 release of the plugin (please see http://jira.adaptavist.com/browse/SCA...).
The way that it works is that you can click on the History (under the tools dropdown) link for a page and it will show you all of the versions of the page, then simply click on the individual versions to see the contents of the scaffolding data at each of the versions.
Currently there is no nice display for the changes actually done in each version of the page.
Regards,
Bo Wang
CustomWare
-
Inappropriate?Thanks, for the answer. In fact, I am interested in identifiying the changes but for the moment, I am happy that the history is saved at all which is essential fo my application.
I’m thankful
-
Inappropriate?You can display history in the page like this:
{report-table:injected=true}
{local-reporter:content:version history}
{date-sort:content:modification date|order=ascending}
{local-reporter}
{report-column:title=Date}{report-info:content:modification date|format=MMM dd yyyy HH:mm}{report-column}
{report-column:title=Modified By}{report-info:content:modifier}{report-column}
{report-column:title=LOB}{report-info:data:ProjData8|render=wiki}{report-column}
{report-column:title=Status }{div:style=float: right; background-color: %data:ProjData1%; width: 8px; margin: 2px;} {div}{div:style=float:left; font-weight: bold; margin: 1px;}{report-info:data:ProjData1|render=wiki}{div}{report-column}
{report-column:title=Progress}{report-info:data:ProjData2|render=wiki}{report-column}
{report-column:title=RUP Phase}{report-info:data:RUPPhaseData|render=wiki}{report-column}
{report-column:title=% Complete}{report-info:data:ProjData3|render=wiki}{report-column}
{report-column:title=Funding}{report-info:data:ProjData4|render=wiki}{report-column}
{report-empty}_No version history available._{report-empty}
{report-table}
It will work for any scaffolding data.
I’m confident
-
That's a very useful thing to do, combining content metadata and form fields so that you can automate such things as project documents often need. The novel thing that I didn't understand before is the ability to grab content from older versions. Wonderful; thanks!
Loading Profile...



EMPLOYEE
