Update by App does not trigger Events

Hi all,

I have the following module definition:

modules:
  trigger:
    - key: trigger
      function: onContentChangedHandle
      events:
        - avi:confluence:created:page
        - avi:confluence:updated:page

When a human edits the page, the trigger fires and our normal logic (which in this place does not matter) runs and applies.

When an app, in that case Comala Publishing | Atlassian Marketplace updates a page, nothing gets triggered at all. I see no logs in the Atlassian Developer Console either.

Is that known or am I just missing an additional trigger?

Thank you.

1 Like