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

Feature: Comment #48

Open
lipkau opened this issue Apr 19, 2017 · 2 comments
Open

Feature: Comment #48

lipkau opened this issue Apr 19, 2017 · 2 comments

Comments

@lipkau
Copy link
Member

lipkau commented Apr 19, 2017

Expectation

Manage Comments
https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-child-comment-get

Interactions:

  • ADD
    Add a new comment to a page
  • GET
    get a list of comments
  • REMOVE
    remove a comment

Object:

ConfluencePS.Comment:

  • ID
  • Type = comment
  • Title
  • Body
  • [Comment]ChildComments ?

Examples

.EXAMPLE
Get-WikiPage -PageID 1234 | Get-WikiComment
Returns a list of all page versions of page 1234
.EXAMPLE
Get-WikiComment -PageID 1234
Returns a list of all page versions of page 1234
@lipkau lipkau changed the title Get-WikiComment Comment Apr 19, 2017
@lipkau
Copy link
Member Author

lipkau commented Apr 19, 2017

ADD and REMOVE is currently not supported by the API

@lipkau
Copy link
Member Author

lipkau commented Apr 19, 2017

/rest/api/content/33049/child/comment?expand=body.storage,childTypes.comment

@lipkau lipkau changed the title Comment Feature: Comment Jul 17, 2017
@lipkau lipkau added this to the v3.0 milestone Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant