Skip to content

Commit

Permalink
Listing possible values
Browse files Browse the repository at this point in the history
Change origin to origins
 Origin exist but it's too often empty


Source is inaccurate
Should be sources
  • Loading branch information
lgiavelli committed Feb 16, 2023
1 parent a0e5ec6 commit 4c887e6
Showing 1 changed file with 28 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ Here's a comprehensive list of variables:
</tr>
<tr>
<td>
accumulations.origin
accumulations.origins
</td>

<td>
Issue Origin
Issue Origins
</td>

<td>
New Relic or third party source that created the issue
New Relic or third party source(s) that created the incident(s)
</td>
</tr>

Expand Down Expand Up @@ -183,15 +183,15 @@ Here's a comprehensive list of variables:

<tr>
<td>
accumulations.source
accumulations.sources
</td>

<td>
Issue Source
Issue Sources
</td>

<td>
The target system reported by the source
The system(s) reporting the incident(s)
</td>
</tr>

Expand Down Expand Up @@ -513,7 +513,21 @@ Here's a comprehensive list of variables:
</td>

<td>
Is Issue correlated
Is Issue correlated (true, false)
</td>
</tr>

<tr>
<td>
isAcknowledged
</td>

<td>
Issue Is Acknowledged
</td>

<td>
Is Issue acknowledged (true, false)
</td>
</tr>

Expand Down Expand Up @@ -751,7 +765,7 @@ Here's a comprehensive list of variables:
</td>

<td>
The calculated muting state of the issue
The calculated muting state of the issue (MUTED, NOT_MUTED)
</td>
</tr>

Expand Down Expand Up @@ -821,7 +835,7 @@ Here's a comprehensive list of variables:
</td>

<td>
Issue's priority level
Issue's priority level (CRITICAL, WARNING, HIGH, LOW)
</td>
</tr>

Expand All @@ -835,7 +849,7 @@ Here's a comprehensive list of variables:
</td>

<td>
Issue priority in lower case
Issue priority in lower case (Critical, High, Medium, Low)
</td>
</tr>

Expand Down Expand Up @@ -863,7 +877,7 @@ Here's a comprehensive list of variables:
</td>

<td>
Issue's current state
Issue's current state (CREATED, ACTIVATED, CLOSED)
</td>
</tr>

Expand All @@ -877,7 +891,7 @@ Here's a comprehensive list of variables:
</td>

<td>
Issue's state in lower case
Issue's state in lower case (active (opened), closed)
</td>
</tr>

Expand All @@ -891,7 +905,7 @@ Here's a comprehensive list of variables:
</td>

<td>
Issue's current merge status
Issue's current merged status (OPEN, CLOSED)
</td>
</tr>

Expand Down Expand Up @@ -933,7 +947,7 @@ Here's a comprehensive list of variables:
</td>

<td>
The notification trigger event
The notification trigger event (STATE_CHANGE, INCIDENT_ADDED, INCIDENT_CLOSED, CLOSE_INACTIVE, CLOSED_TTL, USER_ACTION, PRIORITY_CHANGED, MERGE_REQUEST)
</td>
</tr>

Expand Down

0 comments on commit 4c887e6

Please sign in to comment.