For the complete documentation index, see llms.txt. This page is also available as Markdown.

IssueFilterInput

Represents the possible filter options for listing issues.

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

Fields

entityId ● ID scalar

Filter by the specific entity the issue is attached to.

entityType ● EntityType enum

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

issueLevel ● IssueLevel enum

Filter by severity level.

issueType ● IssueType enum

Filter by issue type.

otherEntityId ● ID scalar

Filter by the additional entity the issue is attached to.

otherEntityType ● EntityType enum

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

Member Of

issues query ● numberOfIssues query

Last updated

Was this helpful?