Hey everyone,
I’m currently working with Jira Cloud tool and need to trigger a webhook only when an issue status changes (e.g., from To Do → In Progress), not when other fields like comments or custom fields are updated.
I’ve tried filtering inside my webhook handler, but wondering if there’s a built-in way to restrict the webhook trigger to status changes only—maybe via a workflow post function or Forge listener?
Anyone run into this before? What’s the cleanest way to do this without overloading the webhook receiver?
Cheers,
— Jhonn Mick