I am writing the plugin for Jira by using Atlassian SDK and I want to change the logic of
API:
com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataManager (its default implementation is
com.atlassian.jira.issue.changehistory.metadata.DefaultHistoryMetadataManager)
Is it possible? If yes, how can I implement it, thank a lot.
I have used injection annotation of spring like @Primary @Component but it does not run correctly, the default implementation cannot be overriden by this way.
I think the solution will be the same for confluence, bitbucket,....