Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.
stevebillings edited this page Oct 7, 2015 · 1 revision

The notifiers project contains two utilities for alerting users to conditions within a Protex project that indicate the need to take action.

The conditions checked by the notifier utility are configurable. The available conditions are:

  1. Components that have pending IDs.
  2. Non-approved components.
  3. License conflicts.

The mechanism used to alert users of the existence of the configured condition(s) depends on the notifier utility used:

  1. EmailNotifier sends email.
  2. JiraConnector creates or updates Issues in JIRA.

User Documentation - EmailNotifier

User Documentation - JiraConnector

Release Notes

Developer Documentation

Clone this wiki locally