Interface BugAssociatorPrefs
- All Known Implementing Classes:
DefaultBugAssociatorPrefs
public interface BugAssociatorPrefs
Class encapsulating behaviour on the "issue picker" popup shown when linking issues.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintgetDefaultMode(Issue issue) What to show initially.intgetDefaultSearchMode(Issue issue) Whether users can select just one or multiple issues.longgetDefaultSearchRequestId(Issue issue) Get the search request to run initially, if theSEARCHmode is used.
-
Field Details
-
RECENT
static final int RECENT- See Also:
-
SEARCH
static final int SEARCH- See Also:
-
SINGLE
static final int SINGLE- See Also:
-
MULTIPLE
static final int MULTIPLE- See Also:
-
-
Method Details
-
getDefaultMode
What to show initially.- Returns:
RECENT-- show recently viewed issues.SEARCH- show a predefined search request's issues (seegetDefaultSearchRequestId(com.atlassian.jira.issue.Issue)
-
getDefaultSearchMode
Whether users can select just one or multiple issues. -
getDefaultSearchRequestId
Get the search request to run initially, if theSEARCHmode is used.
-