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


## Description

> Macro (excerpt)
> 
> Gets all web link structures from an issue.

Gets all web link structures from an issue.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getWebLinksForIssue(issueKey) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueKey | string | Yes | Key of the selected issue. |

## 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)