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

Subscriptions events for a page include page events which are not functional #32

Open
DHaussermann opened this issue Apr 20, 2020 · 1 comment
Labels
Type/Enhancement New feature or improvement of existing feature

Comments

@DHaussermann
Copy link

When creating a subscription to a page, other page events are available to subscribe to (Page Create, Page Update, Page Trash etc...). I'm not sure if these should be there.

Since they are listed, I assumed they would deliver events for other pages created below the target page in the hierarchy. But this does not work.

Steps:

  • Create a page A
  • Create a page subscription to page A
  • Add Page event such as Page Create
  • In confluence, Create page B below the page A in the hierarchy
    Observed: No event is delivered
    Expected: not sure..
    A. Page events on a page subscription should capture events for any pages made below target page you are subscribing to.
    or
    B. When you select Page and the subscription type, page events should not be listed.
@jprusch
Copy link

jprusch commented Apr 20, 2020

"Page Create" makes no sense on a page subscription as the page is already created. The other events are OK & should be able to subscribe to. Option A will not work. We would need a tree watcher on the Confluence side for this, which is not trivial to implement.

@hanzei hanzei added the Type/Enhancement New feature or improvement of existing feature label Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type/Enhancement New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants