This curl is working to the Confluence API:
curl -D- \
-u username:api_token \
-X GET \
-H "Content-Type: application/json" \
https://company_domain.atlassian.net/wiki/rest/api/content?title=Bot+Test
&spaceKey=ckirksey&expand=history
..but the curl to the Questions API returns a page not found:
curl -D- \
-u username:api_token \
-X GET \
-H "Content-Type: application/json" \
https://company_domain.atlassian.net/wiki/rest/questions/1.0/question?limit=10
This seem inconsistent with the documented example URL:
https://extranet.atlassian.com/rest/questions/1.0/question?limit=10
Do you know what's going on here?
Hi Caleb,
Apologies for the inconvenience but the Questions for Confluence API has been removed due to infrastructure changes within the Atlassian Cloud Environment; more information about this change can be found on this Blog Post: https://confluence.atlassian.com/questionscloud/blog/2017/05/cloud-infrastructure-changes
If you have any feedback, we're collecting your comments and concerns about these changes here: https://jira.atlassian.com/browse/CONFCLOUD-54781
I've also reached out to one of my PM Contacts to see if we can get an update on both the Feedback ticket and Blog Post.
If you have any other questions regarding this issue, please let me know.
Regards,
Shawn
That's sad to hear. Thank you for responding and letting me know.
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.