Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, the following will cause the event notification:repeating_event every period seconds:

Code Block
languagejstext
themeConfluence
schedule notification event "repeating_event"
        repeat << */#{period} * * * * * >>  attributes { } setting(id);

...