OK,
So, now I (kinda) know how to take .csv or SQL data into a report format (http://confluence.atlassian.com/display/DISC/Confluence+Reporting+HOWTO), I now have another question:
USE CASE:
A user accesses a pre-defined template in a space and fills the variable fields with his data. This will automatically create a page in that space. That page data, using the variables in the template as fields, populates an external SQL DB.
QUESTION:
Is there any way of automatically taking those templated variables and adding them to an external DB repository (say in SQL)?
I am looking for a way of getting my users to enter data about 'People', 'Places' and 'Events' using conflucence as the entry portal, but want to allow all users to then cleverly manipulate, search and report on that information from a SQL DB back into Confluence.
Have you thought about using the Run Plugin to input the data into an sql update statement (SQL Plugin) and then regular queries?
Bob, thanks for this - pure gold.
Looks like what we'll do is:
a. work out how to importa/call foreign classes in Confluence
b. figure out how to map the input fields into the SQL query
c. setup the datasource
d. work out how to differentiate between an insertion and an update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.