issuePropertyKeysFilter property

List<String> issuePropertyKeysFilter
final

A list of issue property keys. A change of those issue properties triggers the issue_property_set or issue_property_deleted webhooks. If this parameter is not present, the app is notified about all issue property updates.

Implementation

final List<String> issuePropertyKeysFilter;