# IssueLink
## Properties
**id** | Option<**String**> | The ID of the issue link. | [optional][readonly]
**param_self** | Option<**String**> | The URL of the issue link. | [optional][readonly]
**r#type** | [**models::IssueLinkType**](IssueLinkType.md) | The type of link between the issues. |
**inward_issue** | [**models::LinkedIssue**](LinkedIssue.md) | The issue the link joins to. |
**outward_issue** | [**models::LinkedIssue**](LinkedIssue.md) | The issue the link originates from. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)