jira-api-v2 1.0.1

Jira Cloud platform REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# IssueLink

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)