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?
Ho Jacob,
I believe this is not possible at the moment. I couldn't find this feature in the documentation.
You could open a feature request in our bug tracker (jira.atlassian.com) asking for this feature and it might be implemented in a later version of confluence, depending on the complexity and priority the feature has.
Also, you can ask your coworkers to vote and watch the feature request as well in order to increase popularity and the chance to be implemented sooner.
Cheers,
Rodrigo
Unfortunately, I did not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, Jacob. Di you create an issue in the bug tracker as suggested below? If so, could you point me in the right direction so I can vote on it?! Seems like the macro should at least have the option to follow the sort order of the Child Pages if contained within the same Space or under the same Parent. That's what I'm looking for.
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.