I want to have a webhook that will only trigger when something happens only in a specific board. The event will be the active sprint.
I don't know which JQL to use as the board doesn't appear as a project and also if I use a board that is a project it still triggers for other project that are not part of the JQL of the webhook.
What I currently use for the JQL in the webhook is "project = Webhook" so when I change the current sprint in this project only I want to trigger the webhook but if I have another project that I can change current sprints for it still triggers the same webhook which I don't want.