...
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: FINALIZE, pendingCount: 3, signStatusCount: "EXECUTE", eventText: "PM Approval (Investigation) signature executed by Sir Winston Churchill.", eventUser: "Sir Winston Churchill", pendingCount: 3, pendingList: "Indira Gandhi - PM Approval, John Hancock - R&D Approval, Unassigned - QA Approval" signCount: 1, signCount signStatusCount: 1, 2} |