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


## Description

> Macro (excerpt)
> 
> Retrieves a structure containing information about all the changes made for the specific event.

Retrieves a structure containing information about all the changes made for the specific event.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getEventIssueChanges() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

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

## Example

```javascript
JFieldChange [] changes = getEventIssueChanges();
logPrint("ERROR", "Event Changes: " + changes);
```

## See also

> Macro (contentbylabel)