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 |
---|---|---|
The ChangeItemBean creation timestamp | ||
| The id of the Field. Eg: assignee for the Assignee field | |
getFieldType () | String | Type of the field. Eg: jira or custom |
| Value of the field before the change | |
getFromString() | String | Value of the field before the change |
| String | Value of the field after the change |
getToString() | String | Value of the field after the change |