fieldIdsFilter property

List<String> fieldIdsFilter
final

A list of field IDs. When the issue changelog contains any of the fields, the webhook jira:issue_updated is sent. If this parameter is not present, the app is notified about all field updates.

Implementation

final List<String> fieldIdsFilter;