Class IssuePickerResults

java.lang.Object
com.atlassian.jira.bc.issue.search.IssuePickerResults

@PublicApi public class IssuePickerResults extends Object
Simple Bean for returning back the results of an Issue Picker provider
  • Constructor Details

    • IssuePickerResults

      public IssuePickerResults(Collection<Issue> issues, int total, Collection<String> keyTerms, Collection<String> summaryTerms, String label, String id)
      Full constructor for results
      Parameters:
      issues - The issues that were selected
      total - The total number of issues that match criteria
      keyTerms - The terms that searched for in the key
      summaryTerms - The terms that were searched for in the summary
      label - The section label
      id - The unique id of the section
  • Method Details