Tagged Questions
0
votes
2answers
110 views
Atlassian Confluence Export specific label to publicly available page
Not really sure if this is possible, per say. I know it is in sorts as the project I am working on currently has a really hacked up method of pulling articles from Confluence with a specific tag, but ...
0
votes
1answer
255 views
how do i extract data from a calendar on a website using php?
The website is Confluence. It has many things on the website one being a calendar. The calendar has events and such and I would like to extract those events and dates so that I can read the text I ...
3
votes
1answer
2k views
How to call overloaded SOAP method with PHP SoapClient?
Confluence soap api defines two methods with the same name but different parameters:
Page getPage(String token, long pageId) - returns a single Page (according to the documentation the second ...