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


 > Macro (button-handy)




> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | getEventIssueFieldChange(field) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

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

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

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | field | String | Yes | Field name. |

## Return Type

[**JFieldChange**](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=psj&title=Predefined%20Structure%20Types&linkCreation=true&fromPageId=524091561)

## Example

```javascript
JFieldChange change = getEventIssueFieldChange("description");
logPrint("ERROR", "Event Change: " + change);
```

## See also

> Macro (contentbylabel)