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

...

Sample Webhook Data

Code Block
languagejson
{
	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}, 
	]
}