I want to batch-create hundreds of pages in Confluence from a CSV file. I used to be able to do this by importing a formatted Word doc but this is no longer supported. I need to create pages and sub-pages and the csv file would be formatted as page/sub-page/subpages etc.
Can this be done in ScriptRunner - if so can someone point me in the right direction please.
Thanks.
Hi mapmokey,
I’ve run into an example of creation Confluence Page from Jira by running scriptrunner script *[1]. If you have minimal experience with scriptrunner console, you should be able to adapt provided script for your needs.
BTW Example on How to read CSV from script runner you can find here *[2]
Hope this helps.
[1] https://www.youtube.com/watch?v=T8DeK-cH6v4
[2] https://community.atlassian.com/t5/App-Central/How-to-read-csv-file-in-script-runner/td-p/1701649