Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of pages is not preserved #12

Open
rfominych opened this issue Jun 29, 2016 · 0 comments
Open

Order of pages is not preserved #12

rfominych opened this issue Jun 29, 2016 · 0 comments

Comments

@rfominych
Copy link

rfominych commented Jun 29, 2016

page order in the copied tree is not preserved, pages are stored alphabetically. e.g.

Given tree with ordered children, not in alphabetical order:
root1
B child
A child

Script goes through the pages in the correct order from top to bottom:
copy root1
copy B child
copy A child

the result tree will be with children in alphabetical order:
root1
A child
B child

Questions are:

  • Can we preserve page order when issuing "COPY" command to Confluence API?
  • Or maybe we can use some additional "ORDER" command after copying each page?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant