We have an 3rd party software for our HR management that will generate periodically a Phone extension list and the Organisation Chart for the organisation.
We want this information in Confluence. Extension list as an excel sheet attachment or a table and Organisation chart as an image attachment.
Is it possible to do this via API on a hosted instance? If we can do this it will ensure that our Confluence pages stay updated with
the latest information.
curl -D- -u admin:admin -X POST -H "X-Atlassian-Token: no-check" -F "file=@C:/Users/JD/Desktop/Bilder/OrgAbt.PNG" -F "minorEdit=true" -F "comment=newUpload" http://it016-d01:1990/confluence/rest/api/content/1507332/child/attachment/att1966098/data
This is also a possibility. See https://docs.atlassian.com/atlassian-confluence/REST/latest/.
Confluence Command Line Interface addAttactment should work with a hosted Confluence provided remote API has been turned on. Or you can use the underlying SOAP interface - see Confluence SOAP Library or equivalent.
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.