Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- Tags are available for workflows with
JOC-1637, for jobs withJOC-1810and for orders withJOC-1693. - Tags can be grouped with
JOC-1811. - Users would like to access tags and groups of tags when creating notifications.
Desired Behavior
- The JS7 - Notification Configuration offers monitor variables per tag group for each job.
- Each monitor variable's
- name is created per object such as workflow, job & order and per tag group specified by a running number.
- value holds the name of the tag group and a comma separated list of tags assigned the related object such as workflow, job or order.
- Syntax:
MON_OS_JOB_TAGS=[<group>:]<tag[,tag]>[[;<group>:]<tag>]
- Example for tags available from a single notification:
MON_OS_JOB_TAGS=critical_without_group,priority_without_group;Notification:critical,priority;SLA:level1,penalty
- The environment variable holds
- two tags critical_without_group and priority_without_group
- one group Notification that includes two tags critical and priority
- one group SLA that includes two tags level1 and penalty