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

Implement Ability To Move Confluence Pages #213

Merged
merged 3 commits into from
Jun 6, 2023

Conversation

squatched
Copy link
Contributor

I need the ability to move pages within a hierarchy. This implements
that via the /wiki/rest/api/content/{pageId}/move/{position}/{targetId}
endpoint.

Reference: https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content---children-and-descendants/#api-wiki-rest-api-content-pageid-move-position-targetid-put

This fixes #212.

squatched added 3 commits June 5, 2023 18:51
I need the ability to move pages within a hierarchy. This implements
that via the /wiki/rest/api/content/{pageId}/move/{position}/{targetId}
endpoint.

Reference: https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content---children-and-descendants/#api-wiki-rest-api-content-pageid-move-position-targetid-put
Not sure how that got in there but IntelliJ REALLY wanted it there for
some strange reason. I'd remove it, save, it would be replaced
immediately on save. Super bizarre. Whatever, `sed` to the rescue.
@squatched squatched force-pushed the add-confluence-v1-move-page branch from 3f1024c to 5abdc23 Compare June 6, 2023 15:54
@ctreminiom ctreminiom added enhancement New feature or request Confluence labels Jun 6, 2023
@ctreminiom
Copy link
Owner

Hi @squatched, thank you so much for contributing in this project.

PR Approved 👍🏽

@ctreminiom ctreminiom merged commit 6085066 into ctreminiom:main Jun 6, 2023
@squatched squatched deleted the add-confluence-v1-move-page branch June 6, 2023 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confluence enhancement New feature or request
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

Support Confluence Page Movement
2 participants