interface IssueFilter { assignee?: IDType | {}; assignees?: (
IDType | { name?: string; email?: string; login: string; id: number; node_id: string; avatar_url: string; gravatar_id: string; url: string; html_url: string; followers_url: string; following_url: string; ... 10 more ...; user_view_type?: string; }[]
)
& (
IDType[] | {}[])
; closed_by?: IDType | {}; direction?: "asc" | "desc"; issue_dependencies_summary?: IDType | {}; issue_field_values?: (
IDType | { issue_field_id: number; node_id: string; data_type: "number" | "text" | "single_select" | "date"; value: string | number; single_select_option?: { id: number; name: string; color: string; }; }[]
)
& (
IDType[] | {}[])
; labels?: IDType | (
string | {})
[]; milestone?: IDType | {}; performed_via_github_app?: IDType | {}; pull_request?: IDType | {}; reactions?: IDType | {}; repository?: IDType | {}; sort?: "comments" | "created" | "updated"; sub_issues_summary?: IDType | {}; type?: IDType | {}; user?: IDType | {};} Properties
Optionalassignee
assignee?: IDType | {}
Optionalassignees
assignees?: (
IDType | { name?: string; email?: string; login: string; id: number; node_id: string; avatar_url: string; gravatar_id: string; url: string; html_url: string; followers_url: string; following_url: string; ... 10 more ...; user_view_type?: string; }[]
) & (IDType[] | {}[])
Optionalclosed_by
closed_by?: IDType | {}
Optionaldirection
direction?: "asc" | "desc"
Optionalissue_dependencies_summary
issue_dependencies_summary?: IDType | {}
Optionalissue_field_values
issue_field_values?: (
IDType | { issue_field_id: number; node_id: string; data_type: "number" | "text" | "single_select" | "date"; value: string | number; single_select_option?: { id: number; name: string; color: string; }; }[]
) & (IDType[] | {}[])
Optionallabels
labels?: IDType | (string | {})[]
Optionalmilestone
milestone?: IDType | {}
performed_via_github_app?: IDType | {}
Optionalpull_request
pull_request?: IDType | {}
Optionalreactions
reactions?: IDType | {}
Optionalrepository
repository?: IDType | {}
Optionalsort
sort?: "comments" | "created" | "updated"
Optionalsub_issues_summary
sub_issues_summary?: IDType | {}
Optionaltype
type?: IDType | {}
Optionaluser
user?: IDType | {}