> 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/object-types/issue-other-entity.md).

# IssueOtherEntity

Represents an additional entity that an issue is linked to.

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

### Fields

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

The ID of the additional entity.

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

The type of the additional entity.

### Member Of

[`Issue`](/api/graphql/data-access/object-types/issue.md) object
