Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What you need to do is a field rule to extract the decision information from the email subjectcontent. Below is an example that extracts this from Email Subject:

  1. Add a Field Rule with the following attributes:
    1. Goal: Execute workflow transition
    2. Regular Expression: (?i)Decision: (.*)
    3. Match in: Email Subject
    4. Value from: Capture Group 1
    5. Order: 1
  2. Optionally you may want to store the approvers / unapprovers who already replied in a multi user picker field, to do this add a field rule:
    1. Goal: Set Fields in Existing Issues
    2. Regular Expression: .*
    3. Match in: Sender Email Address
    4. Value from: Capture Group : whole expression
    5. Issue Field: select a multi user picker field, e.g. something called "Already Replied"
    6. Order: 1

...