Jira Forge Custom UI App:Sprint Date Tracking Functionality through webhook API

I am building a Jira Forge custom UI app, I am currently facing limitations in tracking updates specifically related to updates on sprint dates. Specifically, I need assistance in accessing and monitoring sprint-related events or data through a webhook. I am not sure if the Webhook API provided by Atlassian captures updates for issues.

Hello @snehilsankalp

There are 5 Sprint webhooks, and they are listed in the Jira Cloud webhooks documentation. The one called sprint_updated sends events related to the date changing.

As @sunnyape mentioned, there are webhooks available for sprint events. However, product events are recommended ways to handle triggers in Forge. For now, there are no sprint events in Forge, but this is something we are working on. [FRGE-909] - Ecosystem Jira

2 Likes