---
title: "insight_getIssuesForObject"
canonical: "https://support.appfire.com/space/PSJ/15481526/insight_getIssuesForObject"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | insight_getIssuesForObject(objectId) | **Package** | insight |
| **Alias** |  | **Pkg Usage** | getIssuesForObject(objectId) |

## Description

> Macro (excerpt)
> 
> Retrieves all issues which are linked to that object.

Retrieves all issues which are linked to that object.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| objectId | Integer | Yes | The object id used to search Jira issues. |

## Return Type

**String []**

Returns an array of Jira issue keys.

## See also

> Macro (contentbylabel)