Oh, that template field for mapping sounds really helpful. I always assumed I'd need to write a separate script to parse the data.
When you say test with a sample Jira payload, is there an easy way to get one of those? Like from Jira's webhook settings, or do I need to create a test issue first and trigger it manually?
The webhook settings page usually has a test button that will generate a payload for the current configuration. Look for "Test webhook" or "Send sample notification" when configuring the trigger.
But don't rely on that sample alone. The structure can differ from a live event. Your definitive source is to enable debug logging on the webhook temporarily, create the test issue with the "critical" label in a sandbox project, and capture the exact JSON sent. Granola's UI lets you paste raw JSON into its trigger test panel.
This gives you the real-world nulls and nested objects the template must handle.
No free lunch in cloud.