Condition for webhook

I have figured out issue for webhooks: inline condition does not work.
https://developer.atlassian.com/static/connect/docs/latest/concepts/context-parameters.html#inline-conditions
simplest ‘?adminMode={condition.is_admin_mode}’ provides param without value
but it works wor general page

Is it possible to use condition or inline condition or add-on properties in propertyKeys for webhooks?

Thanks in advance.

@avelit, these backlog issues track improvements related to filtering/conditions and context parameters for webhooks:

https://ecosystem.atlassian.net/browse/AC-1692
https://ecosystem.atlassian.net/browse/AC-1817
https://ecosystem.atlassian.net/browse/AC-1824

Property expansion is only supported for the entity affected by the event, e.g. the issue for an issue_updated event. You could raise a feature request to have other entities supported as well, but I doubt we would implement it.

1 Like