I have been researching macros and templates in order to create a snapshot template.
The goal is to create a report page automatically when creating the page though template.
Getting the creation date is the easiest part. Then I need to pull in some Jira and other website data.
I can get all that data using jquery and javascript, which I can embed into the page, but it will always be active, so if the source changes the page will change. I'd like to run the the JS once to create a HTML (XML) string and then push that into the page as static content.
Any suggestions?
Cheers,
Joerg