Filtering Components value with Contains does not work

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Issue Summary

      Filtering components value with contains does not work in the new integration framework

      Steps to Reproduce

      1. Add a Jira Software/ Jira Service Management integration in Opsgenie for your Project
      2. Expand the Incoming automation rules section
      3. Edit the first Create Alert rule
      4. Under Add conditions use this configuration:
        • Match one or more of the conditions below:
        • Componentscontains <component_name> (Replace <component_name> with the component you want to check against)
      5. Save the rule
      6. Now create a ticket using this component in the Project you connected the integration

      Expected Results

      An alert will be created since you are using the component in that ticket.

      Actual Results

      Opsgenie fails to confirm the issue contains the component in question

      INFO INTEGRATION LOG No action is matched! Event won't be processed! Event id: [xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx]
      

      Workaround

      Replace contains with matches and enclose the value with .* :

      .*<component_name>.*
      

              Assignee:
              Unassigned
              Reporter:
              Yuri Moura (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: