Starting with version 1.0.1 of Power Scripts for Confluence we are happy to introduce an integration between Power Scripts for Confluence and Comala Workflows. This integration will provide you an easy way It enables you to manage and file documents in an easy way to keep Confluence spaces well organized.
...
- to archive/move pages
- to send email escalation for expired states
Use Case Example - The page is moved after being approved
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 state is changed via Comala Workflows, a script will automatically fire in Power Scripts for Confluence to move those the listener will trigger the script that automatically moves the pages to the appropriate sectionparent pages.
When a page reaches an 'Approved' state, you launch an event to trigger the script. This script will move that page to an 'Approved' section by using listeners.
write a script in PS for Confluence that listens to a Confluence page using Comala workflows for a state change.
...
- To create a script, go to Confluence Administration > SIL™ Manager in CPRIME TOOLS section. Add the script that will add a new label to all of the child pages of the selected parent page.
- To create SIL™ listener, go to Confluence Administration > SIL™ Listeners in CPRIME TOOLS section and click Add Listener, define the required properties.
- Change the state from 'In Progress' to 'Approved'.
- That's it. When a page reaches an 'Approved' state, the script triggers moving it to parent ('Approved') page.
For more details please refer to Tutorials & Recipes for Confluence.
...