Skip to content

[confluence] The confluence.move_page() function is invalid #1011

@hyj1116

Description

@hyj1116

Hi Gonchik Tsymzhitov,

Thanks for sharing the "atlassian-python-api · PyPI" library.

I found the confluence.move_page() function is invalid because it cannot move a page which has child pages to be the other page's child. My code is as follows:

res = confluence.move_page(
    space_key,
    source_page_id,
    target_page_id,
    target_page_title,
    "append",
)
print(res) # None

Could you please help check the confluence.move_page() function?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions