Hello,
I'm trying to save a ChangeHistiryItem in my code.
I'm using builder to create object but I don't know how can I need to persist.
exemple:
ChangeHistoryItem.Builder changeItem = new ChangeHistoryItem.Builder().forIssue(10001L,null);
changeItem.changedFrom("TEST 111","TEST 222");
What shoud I do to save 'changeItem' ?
thanks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.