Regular expressions correct?

Vanessa Marie Delfin December 16, 2021

Hi,

I am using a jira server and I am currently automating email notifications. I wanted to get an email notification for any field changes except for some. How do I go on in doing that? 

Solutions I tried:

1. Under Project automation I used the Field Change trigger. I listed all the fields. This works but I am handling 4 JIRA projects which each have different fields of about 20 or more. 

2. Instead of listing all fields, I enter the fields that I DO NOT want setting the trigger. I used regular expressions for this but it did not work. This is how I listed the regular expression.

(?!^worklog$) (?!^comment$)

I wanted the automation to trigger on all field changes except for changes made in worklog or comments. 

Did I write the regular expression correctly?

 

0 answers

Suggest an answer

Log in or Sign up to answer