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

IssueOtherEntity

Represents an additional entity that an issue is linked to.

type IssueOtherEntity {
  entityId: ID!
  entityType: EntityType!
}

Fields

entityId ● ID! non-null scalar

The ID of the additional entity.

entityType ● EntityType! non-null enum

The type of the additional entity.

Member Of

Issue object

Last updated

Was this helpful?