public interface BugAssociatorPrefs
Modifier and Type | Field and Description |
---|---|
static int |
MULTIPLE |
static int |
RECENT |
static int |
SEARCH |
static int |
SINGLE |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultMode(Issue issue)
What to show initially.
|
int |
getDefaultSearchMode(Issue issue)
Whether users can select just one or multiple issues.
|
long |
getDefaultSearchRequestId(Issue issue)
Get the search request to run initially, if the
SEARCH mode is used. |
static final int RECENT
static final int SEARCH
static final int SINGLE
static final int MULTIPLE
int getDefaultMode(Issue issue)
RECENT
-- show recently viewed issues.
SEARCH
- show a predefined search request's issues (see getDefaultSearchRequestId(com.atlassian.jira.issue.Issue)
int getDefaultSearchMode(Issue issue)
Copyright © 2002-2019 Atlassian. All Rights Reserved.