My app processed an event from Confluence that included a property named selfGenerated. However, I cannot find any mention of this property in Forge docs. Can anyone confirm whether this is a reliable property? And if so, what is its behavior?
You can find references to it in this table: https://developer.atlassian.com/platform/forge/manifest-reference/modules/trigger/#filter-reference
Filter reference
Property Type Required Description ignoreSelfbooleanThe filterproperty must have eitherignoreSelforexpressionor both of them defined.Ignore self-generated events. For example, an app updates an issue and ignores the
avi:jira:updated:issueevent that is generated by this operation.Note that currently
ignoreSelfonly works with Jira events.|
1 Like