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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.