Skip to main content
Version: 1.5.2

Events for SDLC Notifications

When certain SDLC table records are updated, a relevant event record is created in the Events (sys_event) table. The event registries available in the application are listed below. You can use them to create your own notification rules.

note
  • To use an event, select the Event is fired option in the Send when field and select the required event record in the Event register field.
  • The sections of this article contain information about the parent table mentioned in the section title and all its child tables.

See articles about the Notification Handling to learn how to create new notification templates and scripts.

The list of notifications configured in the SDLC application by default is available in the SDLC Notification List article.

SDLC Task


Events of the SDLC Task (pda_backlog_item) table
EventReturned parametersConditions for creating an event
SDLC.task_added_to_project
-
New value of the Project (pda_project_id) field
SDLC.task_state_au_change_or_new_comment
  • System names of the changed fields;
  • Previous value of the State field if it has been changed;
  • Date and time of the record update if a message has been added to the Activity feed.
  • Change of the Assigned user (assigned_user) field;
  • Change of the State (state) field;
  • A message has been added to the Activity feed (change of the additional_comments or work_notes fields)
Events of the SDLC Task (pda_backlog_item), Feature (pda_feature), User Story (pda_user_story) tables
EventReturned parametersConditions for creating an event
SDLC.task_subject_description_ac_changedSystem names of the changed fields
  • Change of the Name (subject) field;
  • Change of the Description (description) field;
  • Change of the Acceptance criteria (pda_acceptance_criteria) field.

Release


EventReturned parametersConditions for creating an event
SDLC.release_state_change_or_new_comment
  • System names of the changed fields;
  • Previous value of the State field if it has been changed;
  • Date and time of the record update if a message has been added to the Activity feed.
  • Change of the State (pda_state) field;
  • A message has been added to the Activity feed (change of the pda_work_notes field).