Versions Compared

Key

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

...

Along with Comala Workflows, Power Scripts for Confluence can now add a listener script to “listen” for when a page/ space is marked with respective state. Once this change happens through Comala Workflows, a script will automatically fire in Power Scripts for Confluence to move those pages to the appropriate section. 

Use Case

...

Example

When a page reaches an 'Approved' state, you launch an event to trigger a script. This script would move that page to an 'Approved' section by using listeners.



Possible Use cases

  • You can have the workflow in confluence and as it goes to approved state and gets published, (think product requirements doc), then trigger Jira issue with info contained in the page.
  • If you transition an Issue, if you have a Jira Issue that is associated with a page in Confluence, it will transition the page in Confluence as well.
  • A script checks pages in a given state (e.g., Approved) and move those pages to another space (space wide on demand) or change the state of those pages (set workflow state). In this use case listener is not needed.

...