> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/issue-filter-input.md).

# IssueFilterInput

Represents the possible filter options for listing issues.

```graphql
input IssueFilterInput {
  entityId: ID
  entityType: EntityType
  issueLevel: IssueLevel
  issueType: IssueType
  otherEntityId: ID
  otherEntityType: EntityType
}
```

### Fields

#### entityId ● [`ID`](/api/graphql/data-access/scalars/id.md) scalar <a href="#entity-id" id="entity-id"></a>

Filter by the specific entity the issue is attached to.

#### entityType ● [`EntityType`](/api/graphql/data-access/enumerations/entity-type.md) enum <a href="#entity-type" id="entity-type"></a>

Filter by the type of entity the issue is attached to.

#### issueLevel ● [`IssueLevel`](/api/graphql/data-access/enumerations/issue-level.md) enum <a href="#issue-level" id="issue-level"></a>

Filter by severity level.

#### issueType ● [`IssueType`](/api/graphql/data-access/enumerations/issue-type.md) enum <a href="#issue-type" id="issue-type"></a>

Filter by issue type.

#### otherEntityId ● [`ID`](/api/graphql/data-access/scalars/id.md) scalar <a href="#other-entity-id" id="other-entity-id"></a>

Filter by the additional entity the issue is attached to.

#### otherEntityType ● [`EntityType`](/api/graphql/data-access/enumerations/entity-type.md) enum <a href="#other-entity-type" id="other-entity-type"></a>

Filter by the type of the additional entity the issue is attached to.

### Member Of

[`issues`](/api/graphql/data-access/queries/issues.md) query ● [`numberOfIssues`](/api/graphql/data-access/queries/number-of-issues.md) query
