The idea is that there is a section of pages, several of the pages have tables with fields, and one page under the section of pages is a weekly report that would contain information based on the fields of the tables within the other pages.
What would be the best way of going about this?
Page Structure:
Weekly Update Table:
Example Page to Get Data From:
Hi @Laurence
Welcome to the community. Thanks for all the details.
A few questions:
Hello @Fabian Lim, thanks for taking the time to check out my question!
Yes, the child pages would keep the same name and the weekly report is updated with more information each week, based on the information in the tables of the other child pages.
So a button would be on the Operational Analysis Team Project Summary page that allows for the Weekly Update page to be updated, whether by overwriting it or by adding information to the existing information that it contains.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Laurence
Try using the excerpt macro: https://support.atlassian.com/confluence-cloud/docs/insert-the-excerpt-include-macro/
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! I think that macro would help.
Just one other question, it seems like it's not possible to actually have a button on a page that would create another page that has a table with information prefilled based on the info of other pages. Is that true that there's no functionality like that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may have to look into scripting plugins (scriptrunner, powerscripts) or confiforms.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, I was also wondering if it would be possible to use the Confluence REST API to do that as well. For example, let's say I add a HTML macro that contains a <button> with a click event which makes a get request to all the child pages of a parent page to fetch info on them. After fetching the info it would make a post request to create a new child page (or update an existing one) with that collected information.
Does that sound like it could work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe this is possible. You may want to start a new thread or look into existing posts for help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can download Confluence DC (trial) and with 1 node it is almost the same as Confluence server
Installation is as easy as it was earlier with Confluence Server
HTML macros in Confluence cloud are available only through plugins is because it is very insecure - the way the auth is done in cloud apps allows you to quite easily steal an auth token
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.