Skip to main content

StateChangedEventFilterInput

Filter used to filter StateChangedEvent

input StateChangedEventFilterInput {
and: [StateChangedEventFilterInput!]
createdAt: DateTimeFilterInput
createdBy: UserFilterInput
id: IDFilterInput
issue: IssueFilterInput
lastModifiedAt: DateTimeFilterInput
lastModifiedBy: UserFilterInput
newState: IssueStateFilterInput
not: StateChangedEventFilterInput
oldState: IssueStateFilterInput
or: [StateChangedEventFilterInput!]
parentItem: ParentTimelineItemFilterInput
timelineItemTypes: [TimelineItemType!]
}

Fields

StateChangedEventFilterInput.and ● [StateChangedEventFilterInput!] list input

Connects all subformulas via and

StateChangedEventFilterInput.createdAt ● DateTimeFilterInput input

Filter by createdAt

StateChangedEventFilterInput.createdBy ● UserFilterInput input

Filters for nodes where the related node match this filter

StateChangedEventFilterInput.id ● IDFilterInput input

Filter by id

StateChangedEventFilterInput.issue ● IssueFilterInput input

Filters for nodes where the related node match this filter

StateChangedEventFilterInput.lastModifiedAt ● DateTimeFilterInput input

Filter by lastModifiedAt

StateChangedEventFilterInput.lastModifiedBy ● UserFilterInput input

Filters for nodes where the related node match this filter

StateChangedEventFilterInput.newState ● IssueStateFilterInput input

Filters for nodes where the related node match this filter

StateChangedEventFilterInput.not ● StateChangedEventFilterInput input

Negates the subformula

StateChangedEventFilterInput.oldState ● IssueStateFilterInput input

Filters for nodes where the related node match this filter

StateChangedEventFilterInput.or ● [StateChangedEventFilterInput!] list input

Connects all subformulas via or

StateChangedEventFilterInput.parentItem ● ParentTimelineItemFilterInput input

Filters for nodes where the related node match this filter

StateChangedEventFilterInput.timelineItemTypes ● [TimelineItemType!] list enum

Filter for specific timeline items. Entries are joined by OR

Member of

AuditedNodeFilterInput input ● PublicTimelineItemFilterInput input ● StateChangedEventFilterInput input ● TimelineItemFilterInput input