---
title: "Entity Check Issue"
canonical_url: "https://docs.getdx.com/webapi/types/entity-check-issue/"
md_url: "https://docs.getdx.com/webapi/types/entity-check-issue.md"
last_updated: "2026-05-08"
---

# Entity Check Issue
An object representing an issue in a third-party task management tool (Jira, Linear, etc.) that represents the need for an Entity to complete a Check.

## Example

```json
{
  "id": "PROJ-456",
  "url": "https://company.atlassian.net/browse/PROJ-456"
}
```

## Properties

| Key   | Type   | Description                           |
| ----- | ------ | ------------------------------------- |
| `id`  | string | Unique ID for the entity check issue. |
| `url` | string | URL for the entity check issue.       |
---

## Sitemap

[Overview of all docs pages](/llms.txt)
