Workaround posted
- UpdatedJul 31, 2025
- 1 minute read
- Zurich
- Live Feed
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" ) ;Figure 1. Example workaround message
Related Content
- Live Feed table notifications
Live feed table notifications generate automatic Live Feed messages. The Live Feed plugin must be activated to use table notifications.