In Connect, it is possible to filter webhooks based on an entity property filter. For example, the following webhook will trigger only if the issue entity property meets the condition.
connectModules:
jira:webhooks:
- key: comment-created-webhook
event: comment_created
url: /events/comment-created
filter: issue.property[property.key].values is NOT EMPTY
Is this possible with Forge trigger? https://developer.atlassian.com/platform/forge/manifest-reference/modules/trigger/
The issue entity properties doesn’t seem to be present in the event.