interface IssueTrackerMapUpdateRequestsFilterAttributes {
    commentCount: number[];
    commentedByUser: boolean;
    descriptionStatus: DescriptionStatus;
    fromTimeMS: null | number;
    isOpen?: boolean;
    isSpecificSource: boolean;
    isSpecificType: boolean;
    lastCommentBy: null | CommentAuthor;
    noComments: boolean;
    page: number;
    reportedByUser: boolean;
    resolvedByUser: boolean;
    sources: UPDATE_REQUEST_SOURCE[];
    status: IssueFilterStatus;
    timeFilterFrameType: TimeFilterFrameType;
    toTimeMS: null | number;
    types: UPDATE_REQUEST_TYPE[];
}

Hierarchy (View Summary)

Properties

commentCount: number[]
commentedByUser: boolean
descriptionStatus: DescriptionStatus
fromTimeMS: null | number
isOpen?: boolean
isSpecificSource: boolean
isSpecificType: boolean
lastCommentBy: null | CommentAuthor
noComments: boolean
page: number
reportedByUser: boolean
resolvedByUser: boolean
timeFilterFrameType: TimeFilterFrameType
toTimeMS: null | number