Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Workaround posted

This example demonstrates a table notification that generates an automatic message on Live Feed whenever a workaround is added to an open problem.

  • Table: Problem [problem]
  • Active: Select the check box.
  • Update: Select the check box.
  • Post to Live Feed: Select the check box.
  • Conditions: [State] [is] [Open]
  • Description: Workaround Posted
  • Message:

    ${sys_updated_by} posted a workaround for ${URI}.
    Short description: ${short_description}
    
  • Before script:

    // only post to Live Feed when the Workaround field changes
    answer  = changedFields. contains ( "work_around" ) ;
    

Parent Topic:Live Feed table notification examples

Related topics

Live Feed table notifications