Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

ChangeItemBean

This document details the methods of the ChangeItemBean interface you can use on any ChangeItemBean, such as those returned by the Getters when you access a field history.

Method

Return type

Returns

getCreated()

Timestamp

The ChangeItemBean creation timestamp

getField()

String

The id of the Field. Eg: assignee for the Assignee field
getFieldType()StringType of the field. Eg: jira or custom

getFrom()

String

Value of the field before the change
getFromString()StringValue of the field before the change

getTo()

String

Value of the field after the change

getToString()StringValue of the field after the change