Class IndexedChangeHistoryField

java.lang.Object
com.atlassian.jira.issue.index.IndexedChangeHistoryField

@PublicApi public class IndexedChangeHistoryField extends Object
Simple class to represent a supported field in a change history search. for example for status, this would be represented by new IndexedChangeHistoryField("status",...);
Since:
v4.3
  • Constructor Details

    • IndexedChangeHistoryField

      public IndexedChangeHistoryField(String fieldName, DateRangeBuilder dateRangeBuilder)
  • Method Details