Versions Compared

Key

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

eSign supports integration with Jira Automation workflows.

(info) See How To Integrate eSign for Jira with Slack or Teams for a complete example of using Jira Automation for integration.

Available Webhook Triggers

...

Configure automation with 1 or more actions to take, for example Transition to a status.

...

(info) TIP - When setting up it is possible to use conditions based on eSign provided data. For example “{{webhookData.signCount}} > 2” would only pass if the issue had more than 2 signatures.

...

Step 3 - Link Automation Webhook URLS into eSign

...

Along with the issue ID, eSign sends the following information to Automation with each webhook. This can be useful if the action is conditional on number of pending or completed signatures. For more information on using webhookData see https://confluence.atlassian.com/jirakb/working-with-incoming-webhook-data-in-automation-for-jira-1125878776.html

Sample Webhook Data

Code Block
{
	event: "EXECUTE",
	eventText: "PM Approval (Investigation) signature executed by Sir Winston Churchill.", 
	eventUser: FINALIZE "Sir Winston Churchill",
	pendingCount: 3, signStatusCount, 
	pendingList: "Indira Gandhi - PM Approval, John Hancock - R&D Approval, Unassigned - QA Approval"
	signCount: 1,
signCount	signStatusCount: 21,
}