We would like to attach automatically files to page.
Is it possible to attach a file to a page using a windows script ?
Hi, please check this page https://answers.atlassian.com/questions/92192/how-to-attach-file-into-page-using-confluence-api- it can contain info that you need.
Another option would be to use the WebDAV plugin. It allows you to work with Confluence as if it were a filesystem ... files and folders. So, any scripting langauge that can work with files and folders would edit pages and add attachments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, this script may help https://confluence.atlassian.com/display/DISC/Upload+attachment+via+Python+XML-RPC
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.