Workaround posted

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • 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" ) ;
      그림 1. Example workaround message
      Workaround posted example