I am writing a piece to update issue history for my DC app. I need ChangeLogUtils to create the change group.
However, I am unable to resolve this class from my IDE.
I am using maven from atlas-sdk itself.
I tried to decompile the jira-api jar as well and I only see below three classes in com.atlassian.jira.issue.history package.
ChangeItemBean
DateRangeBuilder
DateTimeFieldChangeLogHelper
How should I resolve this?