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
16
# RemoteIssueLink

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | The ID of the link. | [optional]
**_self** | Option<**String**> | The URL of the link. | [optional]
**global_id** | Option<**String**> | The global ID of the link, such as the ID of the item on the remote system. | [optional]
**application** | Option<[**crate::models::Application**]Application.md> | Details of the remote application the linked item is in. | [optional]
**relationship** | Option<**String**> | Description of the relationship between the issue and the linked item. | [optional]
**object** | Option<[**crate::models::RemoteObject**]RemoteObject.md> | Details of the item linked to. | [optional]

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