---
title: "getWebLink"
canonical: "https://support.appfire.com/space/PSJC/957940055/getWebLink"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Gets a web link structure.

Gets a web link structure.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getWebLink(issueKey, linkId)  
or  
getWebLink(issueKey, globalId) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueKey | string | Yes | Key of the selected issue. |
| linkId | integer | Yes | the id of the remote web link. |

### Or

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueKey | string | Yes | Key of the selected issue. |
| globalId | string | Yes | the global id of the remote web link. |

## Return Type

**[JRemoteIssueLink](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

The returned value is the full structure of the link

## See also

> Macro (contentbylabel)