Ability to filter on Jira/JSM custom fields in create alert actions

XMLWordPrintable

      Description

      At this time, Jira and JSM integrations can only filter on default fields in the create alert actions. Having the ability to also filter on custom fields in the new framework would add additional flexibility.

      Workaround

      Custom fields can still be extracted from the Jira / JSM payload, typically with something like:

      {{_payload.issue.fields.customfield_12345.value}}
      
      {{_payload.issue.fields.customfield_12345.substringBetween("value=",",")}}

      To see how a custom field parses in the payload, add:

      {{_payload}}

      to the create alert action's Description field. Sometimes the payload will be truncated in the Logs, but should parse entirely in the alert's Description - since it can parse up to 15k characters.

      String processing and regex can be helpful to extract data as well.

      Once you find the dynamic field that extracts the custom field, parse this into one of the create alert action's alert fields - such as an extra property.

      You can then use Alert policies to filter on the extra property, and modify the alert to add a responder, add a tag, etc.

       

        1. image-2022-03-30-17-30-28-085.png
          195 kB
          Nick Haller
        2. image-2022-03-30-17-39-13-411.png
          151 kB
          Nick Haller
        3. image-2022-03-30-17-39-37-586.png
          163 kB
          Nick Haller
        4. image-2025-07-31-09-43-11-906.png
          141 kB
          Mehmet Çalışkan

            Assignee:
            Makarand Gomashe
            Reporter:
            Nick Haller (Inactive)
            Votes:
            120 Vote for this issue
            Watchers:
            79 Start watching this issue

              Created:
              Updated:
              Resolved: