Unable to resolve ChangeLogUtils class

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?

ChangeLogUtils is part of jira-core, not jira-api :slight_smile:

1 Like

Thanks a ton! Its strange ChangeItemBean is differently kept. Also, this has the message that it will be deprecated for ChangeHistoryManager but I think that’s more than 10 years!