public interface ChangeHistoryService
ChangeHistoryManager
.Modifier and Type | Method and Description |
---|---|
List<SafeChangeHistory> |
getChangeHistoriesForUser(com.atlassian.jira.issue.Issue issue,
com.atlassian.jira.user.ApplicationUser remoteUser)
Returns a List of ChangeHistory entities for the given issue.
|
List<SafeChangeHistory> getChangeHistoriesForUser(com.atlassian.jira.issue.Issue issue, com.atlassian.jira.user.ApplicationUser remoteUser)
com.atlassian.jira.issue.changehistory.ChangeHistoryManager#getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User)
issue
- the issue.remoteUser
- the user who is asking.Copyright © 2007–2025 Atlassian. All rights reserved.