---
title: "ChangeItemBean"
canonical: "https://support.appfire.com/space/JMCF/465535352/ChangeItemBean"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [ChangeItemBean](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html) interface you can use on any ChangeItemBean, <span style="color: #091e42">such as those returned by the </span>[Getters](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465371580) when you [access a field history](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465764748).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [<span style="color: #333333">getCreated</span>](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html#getCreated())`()` | [Timestamp](http://download.oracle.com/javase/6/docs/api/index.html?java/sql/Timestamp.html) | The ChangeItemBean creation timestamp |
| [<span style="color: #333333">getField</span>](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html#getField())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The id of the Field. Eg: `assignee` for the Assignee field |
| [getFieldType](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html#getFieldType())() | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Type of the field. Eg: `jira` or `custom` |
| [<span style="color: #333333">getFrom</span>](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html#getFrom())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Value of the field before the change |
| [<span style="color: #333333">getFromString</span>](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html#getFromString())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Value of the field before the change |
| [<span style="color: #333333">getTo</span>](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html#getTo())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Value of the field after the change |
| [<span style="color: #333333">getToString</span>](https://docs.atlassian.com/DAC/javadoc/jira/reference/com/atlassian/jira/issue/history/ChangeItemBean.html#getToString())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Value of the field after the change |