hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# IssueLinkType

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The ID of the issue link type and is used as follows:   *  In the [ issueLink]#api-rest-api-2-issueLink-post resource it is the type of issue link. Required on create when `name` isn't provided. Otherwise, read only.  *  In the [ issueLinkType]#api-rest-api-2-issueLinkType-post resource it is read only. | [optional]
**name** | Option<**String**> | The name of the issue link type and is used as follows:   *  In the [ issueLink]#api-rest-api-2-issueLink-post resource it is the type of issue link. Required on create when `id` isn't provided. Otherwise, read only.  *  In the [ issueLinkType]#api-rest-api-2-issueLinkType-post resource it is required on create and optional on update. Otherwise, read only. | [optional]
**inward** | Option<**String**> | The description of the issue link type inward link and is used as follows:   *  In the [ issueLink]#api-rest-api-2-issueLink-post resource it is read only.  *  In the [ issueLinkType]#api-rest-api-2-issueLinkType-post resource it is required on create and optional on update. Otherwise, read only. | [optional]
**outward** | Option<**String**> | The description of the issue link type outward link and is used as follows:   *  In the [ issueLink]#api-rest-api-2-issueLink-post resource it is read only.  *  In the [ issueLinkType]#api-rest-api-2-issueLinkType-post resource it is required on create and optional on update. Otherwise, read only. | [optional]
**_self** | Option<**String**> | The URL of the issue link type. Read only. | [optional][readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)