Versions Compared

Key

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

Starting with version 1.1.0 of Power Scripts™ for Confluence we We are happy to introduce an integration with Comala WorkflowsDocument Management. It enables you to manage files and documents in an easy way to keep Confluence spaces well organized. 

...

  • Archive, move pages 

  • Send email escalation for expired states

  • Get and set statuses for the pages

Routines Summary

Child pages (Children Display)
excerptTypesimple

Use Case Example - The page is moved after being approved

Along with Comala WorkflowsDocument Management, Power Scripts™ for Confluence can now “listen” for when a page state is changed via Comala WorkflowsDocument Management, the listener will trigger the script that automatically will move the pages to the appropriate parent pages. 

  1. To create a script, go to Confluence Administration > CPRIME TOOLS > SIL™ Manager

  2. Add the script that will add a new label to all child pages of the selected parent page.

    Image RemovedImage Added
  3. To create a SIL™ listener, go to Confluence Administration > CPRIME TOOLS > SIL™ Listeners, and click Add Listener. 

  4. Define the required properties in the Listener dialog.

    Image RemovedImage Added
  5. Change the state from In Progress to Approved.

    Image RemovedImage Added

That's it. When a page reaches the Approved state, the script will trigger and will move it to the parent (Approved) page.

...