public interface HistoricalService
| Modifier and Type | Method and Description |
|---|---|
List<com.atlassian.jira.project.Project> |
getAllChangedProjectsAfterDate(Date date)
Get All Project changed after date.
|
List<List<HistoricalField>> |
getAllValuesAfterDate(com.atlassian.jira.project.Project project,
Date date)
Get all historicalField after the date.
|
List<HistoricalField> |
getHistorical(Long projectId)
Get the list of historical fields for a project.
|
Object |
getValueByDate(com.atlassian.jira.project.Project project,
Field field,
Date date)
Get Value by Date
|
List<HistoricalField> getHistorical(Long projectId)
projectId - the project idObject getValueByDate(com.atlassian.jira.project.Project project, Field field, Date date)
project - field - date - List<List<HistoricalField>> getAllValuesAfterDate(com.atlassian.jira.project.Project project, Date date)
project - date - Copyright © 2022 DEISER. All Rights Reserved.