eSign supports integration with Jira Automation workflows.
See How To Integrate eSign for Jira with Slack or Teams for a complete example of using Jira Automation for integration.
Available Webhook Triggers
...
Sample Webhook Data
Code Block | ||
---|---|---|
| ||
{ event: "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, signStatusCount: 1, lines: [{ accountId: "123xxx" meaning: "Approval", name: "Sir Winston Churchill", status: "To Do" title: "PM" date: "May 16, 2024" time: "8:33 PM" ts: "2024-05-17T00:33:40Z" }, { // additional signature lines}, ] } |