Optionalapplication?: { name?: string; type?: string; [key: string]: unknown }Optionalname?: stringThe name of the application. Used in conjunction with the (remote) object icon title to display a tooltip for the link's icon. The tooltip takes the format "[application name] icon title". Blank items are excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link". Grouping and sorting of links may place links without an application name last.
Optionaltype?: stringThe name-spaced type of the application, used by registered rendering apps.
OptionalglobalId?: stringAn identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence
would consist of the app ID and page ID, like this: appId=456&pageId=123.
Setting this field enables the remote issue link details to be updated or deleted using remote system and item details as the record identifier, rather than using the record's Jira ID.
The maximum length is 255 characters.
The ID or key of the issue.
The ID of the remote issue link.
Optionalobject?: {Optionalicon?: { link?: string; title?: string; url16x16?: string; [key: string]: unknown }Optionallink?: stringThe URL of the tooltip, used only for a status icon. If not set, the status icon in Jira is not clickable.
Optionaltitle?: stringThe title of the icon. This is used as follows:
Optionalurl16x16?: stringThe URL of an icon that displays at 16x16 pixel in Jira.
Optionalstatus?: {Optionalicon?: { link?: string; title?: string; url16x16?: string; [key: string]: unknown }Optionallink?: stringThe URL of the tooltip, used only for a status icon. If not set, the status icon in Jira is not clickable.
Optionaltitle?: stringThe title of the icon. This is used as follows:
Optionalurl16x16?: stringThe URL of an icon that displays at 16x16 pixel in Jira.
Optionalresolved?: booleanWhether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.
Optionalsummary?: stringThe summary details of the item.
The title of the item.
The URL of the item.
Optionalrelationship?: stringDescription of the relationship between the issue and the linked item. If not set, the relationship description "links to" is used in Jira.
Optionaloptions: RequestOptions
Updates a remote issue link for an issue.
Note: Fields without values in the request are set to null.
This operation requires issue linking to be active.
This operation can be accessed anonymously.
Permissions required: