# ExternalIssue

For an issue that was imported from another service, represents the reference to the issue in the external system.
## Attributes

This table describes attributes of the `ExternalIssue` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the external issue. `Read-only`.  |
|  name  |  String  |  The name of the external service. `Read-only`.  |
|  url  |  String  |  The URL of the external service. `Read-only`. `Can be null`.  |
|  key  |  String  |  Issue key in the external system. `Read-only`. `Can be null`.  |

