Versions Compared

Key

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

...

After Configuring as above, the integration should be operational. To test, execute a signature on any issue within the test project, and .

Then check Slack to see if a message similar to the message following arrives.

...

Additional Notes

  • Each eSign project has 3 webhooks events (Invite, Execute and Finalize). They can all be set to the same automation trigger webhook URL to call the same Jira automation rule. Similarly the same webhook URL could be shared for any number of projects that want the same notification rule.

  • Jira Automation can do conditional logic on eSign webhook data. For example it would be possible to add a condition step into the automation rule to only send notification if pending signatures is greater than zero. Condition would like like this: {{webhookData.pendingCount}} > 0.

  • Jira Automation could be used to send custom emails and notifications.